Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. krzx@base-dallas:~$ ssh-keygen
  2. Generating public/private rsa key pair.
  3. Enter file in which to save the key (/home/krzx/.ssh/id_rsa): hiryu
  4. Enter passphrase (empty for no passphrase):
  5. Enter same passphrase again:
  6. Your identification has been saved in hiryu.
  7. Your public key has been saved in hiryu.pub.
  8. The key fingerprint is:
  9. SHA256:DxP3J14W6YMc3riqWvx2SjA+pLoROeX3R4BkzD3y5b4 krzx@base-dallas
  10. The key's randomart image is:
  11. +---[RSA 2048]----+
  12. | oo. |
  13. | o+.o . . |
  14. | . ooo+. o |
  15. | + o.=.* . |
  16. | + . S .O B |
  17. | o * B o.* . |
  18. | . . = + +. |
  19. | o . +.oE |
  20. | o....o+o |
  21. +----[SHA256]-----+
  22. krzx@base-dallas:~$ ssh dave@172.86.182.229
  23. The authenticity of host '172.86.182.229 (172.86.182.229)' can't be established.
  24. ECDSA key fingerprint is SHA256:QHF3l09Aam7O2SUHgWp6g4cs33RkfgXim25u6zGMhAA.
  25. Are you sure you want to continue connecting (yes/no)? yes
  26. Warning: Permanently added '172.86.182.229' (ECDSA) to the list of known hosts.
  27. dave@172.86.182.229's password:
  28. Permission denied, please try again.
  29. dave@172.86.182.229's password:
  30. ^C
  31. krzx@base-dallas:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement