Created
July 2, 2012 18:13
-
-
Save tranthamp/3034670 to your computer and use it in GitHub Desktop.
ssh-agent notes
This file contains 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
// Kill the current ssh-agent | |
ssh-agent -k | |
kill <pid> | |
// Remove identities | |
ssh-add -D | |
// Add new id | |
ssh-add | |
<enter password> | |
// Restart the agent | |
ssh-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment