Monthly archive

June 2021

Steps to Generate Another ssh key:

June 11, 2021
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

Authors

Follow Me

GoUp