Last active
March 18, 2024 19:13
-
-
Save egoens/c3aa494fc246bb4828e517407d56718d to your computer and use it in GitHub Desktop.
Revisions
-
Erik Goens renamed this gist
Dec 29, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Erik Goens created this gist
Dec 29, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ Credit to answer found here http://stackoverflow.com/questions/21095054/ssh-key-still-asking-for-password-and-passphrase This will ask you for the passphrase, enter it and it won't ask again. `ssh-add ~/.ssh/id_rsa &>/dev/null`