


Now copy the SSH key and also add it to you github account Enter this command $ ssh-add -K ~/.ssh/id_rsa Id_rsa in the command with the name of your existing private keyįile. Key rather than generating a new SSH key, you'll need to replace Step 3: Adding your SSH key to the ssh-agent Enter passphrase (empty for no passphrase): press enter if you don't want to Enter same passphrase again: press enter again.When it prompts to Enter a file in which to save the key (/Users/you/.ssh/id_rsa): Just press enter again. When it prompts to "Enter a file in which to save the key," press Enter. Enter followong command with you valid email address that you use for github ssh-keygen -t rsa -b 4096 -C You will see following in terminal Generating public/private rsa key pair.If you don't find then go to step 2 otherwise follow step 3

#FORD IDS TESTMAN ERROR FAILED TO LOAD WINDOWS#
On Windows (Powershell) run: Get-Content id_rsa.pub | Set-Clipboard (Thx to elenzil).On Windows (via Cygwin/Git Bash) run: cat id_rsa.pub | clip.Next you need to copy this to your clipboard.ThisĬan use either DSA or RSA, so basically any key you setup will work. (See, gitlab or github for example.)įirst start by setting up your own public/private key pair set. This info is working on theChaw but can be applied to all other git repositories which support SSH pubkey authentications. If the user has not generated a ssh public/private key pair set before
