Advertisement
Guest User

Untitled

a guest
Aug 13th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. $ ssh-keygen -t rsa -C svnpenn@gmail.com
  2. Generating public/private rsa key pair.
  3. Enter file in which to save the key (/home/Steven/.ssh/id_rsa):
  4. Created directory '/home/Steven/.ssh'.
  5.  
  6. Enter passphrase (empty for no passphrase):
  7. Enter same passphrase again:
  8.  
  9. Your identification has been saved in /home/Steven/.ssh/id_rsa.
  10. Your public key has been saved in /home/Steven/.ssh/id_rsa.pub.
  11. The key fingerprint is:
  12. e2:83:fc:1c:62:b6:33:ec:69:80:86:f9:1a:5d:ab:8d svnpenn@gmail.com
  13. The key's randomart image is:
  14. +--[ RSA 2048]----+
  15. | |
  16. | |
  17. | |
  18. | |
  19. |.o . . S |
  20. |+o.o + . |
  21. |o..oB + |
  22. | ..*=* o |
  23. |..Eo=oo |
  24. +-----------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement