Advertisement
geotheory

ssh -v host

May 14th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. root@raspi:/home/pi/.ssh# ssh -v rasppi
  2. OpenSSH_7.2p2 Raspbian-5, OpenSSL 1.0.2g 1 Mar 2016
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug1: Connecting to rasppi [192.168.1.123] port 22.
  6. debug1: connect to address 192.168.1.123 port 22: No route to host
  7. debug1: Connecting to rasppi [192.168.1.124] port 22.
  8. debug1: Connection established.
  9. debug1: permanently_set_uid: 0/0
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /root/.ssh/id_rsa type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /root/.ssh/id_rsa-cert type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /root/.ssh/id_dsa type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /root/.ssh/id_dsa-cert type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /root/.ssh/id_ecdsa type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file /root/.ssh/id_ed25519 type -1
  24. debug1: key_load_public: No such file or directory
  25. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  26. debug1: Enabling compatibility mode for protocol 2.0
  27. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Raspbian-5
  28. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Raspbian-5+deb8u2
  29. debug1: match: OpenSSH_6.7p1 Raspbian-5+deb8u2 pat OpenSSH* compat 0x04000000
  30. debug1: Authenticating to rasppi:22 as 'root'
  31. debug1: SSH2_MSG_KEXINIT sent
  32. debug1: SSH2_MSG_KEXINIT received
  33. debug1: kex: algorithm: curve25519-sha256@libssh.org
  34. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  35. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  36. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  37. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  38. debug1: Server host key: blablablablablablabla SHA256:blablablablablablablablablablablabla
  39. debug1: Host 'rasppi' is known and matches the ECDSA host key.
  40. debug1: Found key in /root/.ssh/known_hosts:2
  41. debug1: rekey after 134217728 blocks
  42. debug1: SSH2_MSG_NEWKEYS sent
  43. debug1: expecting SSH2_MSG_NEWKEYS
  44. debug1: rekey after 134217728 blocks
  45. debug1: SSH2_MSG_NEWKEYS received
  46. debug1: SSH2_MSG_SERVICE_ACCEPT received
  47. debug1: Authentications that can continue: publickey,password
  48. debug1: Next authentication method: publickey
  49. debug1: Trying private key: /root/.ssh/id_rsa
  50. debug1: Trying private key: /root/.ssh/id_dsa
  51. debug1: Trying private key: /root/.ssh/id_ecdsa
  52. debug1: Trying private key: /root/.ssh/id_edblabla
  53. debug1: Next authentication method: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement