Created
June 13, 2014 08:17
-
-
Save traylenator/18484c6cc1a84df317fd to your computer and use it in GitHub Desktop.
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
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