Skip to content

Instantly share code, notes, and snippets.

@betty-godier
Last active May 20, 2021 13:13
Show Gist options
  • Save betty-godier/034272d85588478b010ff0af35ec47ae to your computer and use it in GitHub Desktop.
Save betty-godier/034272d85588478b010ff0af35ec47ae to your computer and use it in GitHub Desktop.
stop writing passphrase ssh

Author: Betty Godier | Twitter: @BettyGodier | Email: [email protected]

#Useful solution to Fix asking passphrase ssh

1️⃣ Run this in git bash: eval ssh-agent -s ssh-add ~/.ssh/*_rsa

2️⃣ it will ask for pass phrase in the second command, and that's it. Each additional action you will need to do (which once required pass phrase) won't ask you for the pass phrase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment