Guest User

Untitled

a guest
Sep 26th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. ssh -vvv 10.0.0.254
  2. OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug2: ssh_connect: needpriv 0
  5. debug1: Connecting to 10.0.0.254 [10.0.0.254] port 22.
  6. debug1: Connection established.
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file /home/theredbaron/.ssh/id_rsa type -1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file /home/theredbaron/.ssh/id_rsa-cert type -1
  11. debug1: key_load_public: No such file or directory
  12. debug1: identity file /home/theredbaron/.ssh/id_dsa type -1
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /home/theredbaron/.ssh/id_dsa-cert type -1
  15. debug1: key_load_public: No such file or directory
  16. debug1: identity file /home/theredbaron/.ssh/id_ecdsa type -1
  17. debug1: key_load_public: No such file or directory
  18. debug1: identity file /home/theredbaron/.ssh/id_ecdsa-cert type -1
  19. debug1: key_load_public: No such file or directory
  20. debug1: identity file /home/theredbaron/.ssh/id_ed25519 type -1
  21. debug1: key_load_public: No such file or directory
  22. debug1: identity file /home/theredbaron/.ssh/id_ed25519-cert type -1
  23. debug1: Enabling compatibility mode for protocol 2.0
  24. debug1: Local version string SSH-2.0-OpenSSH_7.1
  25. debug1: Remote protocol version 2.0, remote software version dropbear_2013.56
  26. debug1: no match: dropbear_2013.56
  27. debug2: fd 3 setting O_NONBLOCK
  28. debug1: Authenticating to 10.0.0.254:22 as 'theredbaron'
  29. debug3: hostkeys_foreach: reading file "/home/theredbaron/.ssh/known_hosts"
  30. debug1: SSH2_MSG_KEXINIT sent
  31. debug1: SSH2_MSG_KEXINIT received
  32. debug2: kex_parse_kexinit: [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
  33. debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa
  34. debug2: kex_parse_kexinit: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
  35. debug2: kex_parse_kexinit: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
  36. debug2: kex_parse_kexinit: none,[email protected],zlib
  37. debug2: kex_parse_kexinit: none,[email protected],zlib
  38. debug2: kex_parse_kexinit:
  39. debug2: kex_parse_kexinit:
  40. debug2: kex_parse_kexinit: first_kex_follows 0
  41. debug2: kex_parse_kexinit: reserved 0
  42. debug2: kex_parse_kexinit: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
  43. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  44. debug2: kex_parse_kexinit: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc
  45. debug2: kex_parse_kexinit: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc
  46. debug2: kex_parse_kexinit: hmac-sha1-96,hmac-sha1,hmac-md5
  47. debug2: kex_parse_kexinit: hmac-sha1-96,hmac-sha1,hmac-md5
  48. debug2: kex_parse_kexinit: zlib,[email protected],none
  49. debug2: kex_parse_kexinit: zlib,[email protected],none
  50. debug2: kex_parse_kexinit:
  51. debug2: kex_parse_kexinit:
  52. debug2: kex_parse_kexinit: first_kex_follows 0
  53. debug2: kex_parse_kexinit: reserved 0
  54. debug1: kex: server->client aes128-ctr hmac-sha1 none
  55. debug1: kex: client->server aes128-ctr hmac-sha1 none
  56. debug1: sending SSH2_MSG_KEXDH_INIT
  57. debug2: bits set: 986/2048
  58. debug1: expecting SSH2_MSG_KEXDH_REPLY
  59. Connection closed by 10.0.0.254
Advertisement
Add Comment
Please, Sign In to add comment