Steps to Generate Another ssh key:
from cmd prompt go to c:/users/xyz/mkdir .ssh open gitbash from c:/program files/git/bin/bash.exe typessh-keygen -t rsa -C "your-email-address" Enter full path when asked for the file name (this is important)C:/Users/xyz/.ssh/id_rsa_ge Enter pass phrase..and your key shall be generated. Login to your Github account “SSH and GPG keys” click New SSH Key button Open
Follow Me