Skip to content

Instantly share code, notes, and snippets.

@kbshl
Created October 5, 2015 15:59
Show Gist options
  • Save kbshl/4ff13752640a5ac1c021 to your computer and use it in GitHub Desktop.
Save kbshl/4ff13752640a5ac1c021 to your computer and use it in GitHub Desktop.
SSH Agent commands
# addd SSH key to SSH agent
ssh-add ~/.ssh/identity
# list currently offering SSH keys by SSH Agent
ssh-add -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment