Skip to content

Instantly share code, notes, and snippets.

@traylenator
Created June 13, 2014 08:17
Show Gist options
  • Save traylenator/18484c6cc1a84df317fd to your computer and use it in GitHub Desktop.
Save traylenator/18484c6cc1a84df317fd to your computer and use it in GitHub Desktop.
Testing
```console
[joe@desktop] $ ssh-add
Enter passphrase for /home/joe/.ssh/id_rsa:
Bad passphrase, try again for /home/joe/.ssh/id_rsa:
Identity added: /home/joe/.ssh/id_rsa (/home/joe/.ssh/id_rsa)
# Show your key is loaded
[joe@desktop]$ ssh-add -l
2048 41:ff:d2:b9:e6:ab:1f:8a:df:73:e4:dd:7b:7b:37:c0 /hoem/joe/.ssh/id_rsa (RSA)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment