Guest User

Untitled

a guest
Feb 18th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. 0:504:kai@desktop ~/Desktop [0]$ ./ssh_autologin
  2. mkdir: kann Verzeichnis „/home/kai/.ssh/“ nicht anlegen: Die Datei existiert bereits
  3. /home/kai/.ssh/known_hosts updated.
  4. Original contents retained as /home/kai/.ssh/known_hosts.old
  5. Generating public/private rsa key pair.
  6. Enter passphrase (empty for no passphrase):
  7. Enter same passphrase again:
  8. Your identification has been saved in /home/kai/.ssh/rli.
  9. Your public key has been saved in /home/kai/.ssh/rli.pub.
  10. The key fingerprint is:
  11. 66:fa:76:87:ef:a1:73:cb:1c:d1:7d:b5:e7:d9:03:33 kai@desktop
  12. The key's randomart image is:
  13. +--[ RSA 2048]----+
  14. | |
  15. | |
  16. | .|
  17. | . .o|
  18. | S .E..+|
  19. | + .+.=|
  20. | . .o oo|
  21. | .. ++oo .|
  22. | ....**. |
  23. +-----------------+
  24. ./ssh_autologin: Zeile 13: [: IdentityFile ~/.ssh/rli: Zweistelliger (binärer) Operator erwartet.
  25. The authenticity of host '192.168.4.114 (192.168.4.114)' can't be established.
  26. ECDSA key fingerprint is f3:2d:75:81:53:1b:f1:28:3e:d9:12:1b:db:bb:0e:f0.
  27. Are you sure you want to continue connecting (yes/no)? yes
  28. Warning: Permanently added '192.168.4.114' (ECDSA) to the list of known hosts.
  29. testuser@192.168.4.114's password:
  30. Warning: untrusted X11 forwarding setup failed: xauth key data not generated
  31. Warning: No xauth data; using fake authentication data for X11 forwarding.
  32. 0:505:kai@desktop ~/Desktop [0]$ ssh testuser@192.168.4.114
  33. Agent admitted failure to sign using the key.
  34. testuser@192.168.4.114's password:
  35. Warning: untrusted X11 forwarding setup failed: xauth key data not generated
  36. Warning: No xauth data; using fake authentication data for X11 forwarding.
  37. grml - Linux for geeks
  38.  
  39. testuser@grml:~$ cat .ssh/authorized_keys
  40. ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0MfiWJsjbdG7/MsZiqAKBMP28GHRzr474ZURinAxOIPutu1TXCdzFAc6331KuLciDTiva2iOmeDYU13GQrhTVZ29G0XS2GpzUl/uqN0iiKtDeBGCHTuG9ku8gFzJcH38W2iI0+dMT2rRG6S8yhit4uLRnJCFTb117eVjHLAvUEHsAzEFvHIzYcLsc1UaERO8vyti9HoYBwwUHr5cOUiRgm9d026ds0WW3f5cN+FZT4vQ/yJOELF7QxCOhvXd1LbSQ9WRK3mGq8vFthldBRi184dthn56/FRk00aVHnXkwwJ6Xv9iAoKX3rP53A+tthNXylBE1Q5ER0zJPrO/BaNOz kai@desktop
  41. testuser@grml:~$ logout
  42. Connection to 192.168.4.114 closed.
  43. 0:506:kai@desktop ~/Desktop [0]$
Add Comment
Please, Sign In to add comment