Skip to content

Instantly share code, notes, and snippets.

@omsharp
Last active July 7, 2024 10:14
Show Gist options
  • Save omsharp/1e84ba384939c787b13b4ee244afb15d to your computer and use it in GitHub Desktop.
Save omsharp/1e84ba384939c787b13b4ee244afb15d to your computer and use it in GitHub Desktop.
How to make git ssh not ask for passphrase
At Terminal enter: ssh-keygen -p
Enter the private key file path: ex (~/.ssh/id_23444)
Enter the old passphrase
Press enter
Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment