Skip to content

Instantly share code, notes, and snippets.

@maximkott
Last active August 29, 2015 14:27
Show Gist options
  • Save maximkott/d67ae6d986917a3909eb to your computer and use it in GitHub Desktop.
Save maximkott/d67ae6d986917a3909eb to your computer and use it in GitHub Desktop.
exec ssh-agent bash
chmod 600 path/to/.ssh/id_rsa
ssh-add path/to/.ssh/id_rsa
ssh-add -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment