Generate ssh key on windows


To generate ssh on windows will be using Git bash

Install Git for Windows from:

https://git-scm.com/download/win

After install go to folder C:\Users\your_username\.ssh, right click and choose Git Bash Here. After opening a Git Bash paste code bellow then just follow prompts end click enter:

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"