Last active
July 7, 2024 10:14
-
-
Save omsharp/1e84ba384939c787b13b4ee244afb15d to your computer and use it in GitHub Desktop.
How to make git ssh not ask for passphrase
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 characters
| 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