Advertisement
zamotivator

Untitled

Jan 13th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. # SERVER
  2.  
  3. # CONNECTED
  4. Jan 13 21:08:29 dns sshd[18234]: Connection from 178.63.28.181 port 36076
  5. Jan 13 21:08:29 dns sshd[18234]: debug1: Client protocol version 2.0; client software version OpenSSH_6.0p1 Debian-4
  6. Jan 13 21:08:29 dns sshd[18234]: debug1: match: OpenSSH_6.0p1 Debian-4 pat OpenSSH*
  7. Jan 13 21:08:29 dns sshd[18234]: debug1: Enabling compatibility mode for protocol 2.0
  8. Jan 13 21:08:29 dns sshd[18234]: debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-4
  9. Jan 13 21:08:29 dns sshd[18234]: debug1: permanently_set_uid: 101/65534 [preauth]
  10. Jan 13 21:08:29 dns sshd[18234]: debug1: list_hostkey_types: ecdsa-sha2-nistp256 [preauth]
  11. Jan 13 21:08:29 dns sshd[18234]: debug1: SSH2_MSG_KEXINIT sent [preauth]
  12. Jan 13 21:08:29 dns sshd[18234]: debug1: SSH2_MSG_KEXINIT received [preauth]
  13. Jan 13 21:08:29 dns sshd[18234]: debug1: kex: client->server aes128-ctr hmac-md5 none [preauth]
  14. Jan 13 21:08:29 dns sshd[18234]: debug1: kex: server->client aes128-ctr hmac-md5 none [preauth]
  15. Jan 13 21:08:29 dns sshd[18234]: debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth]
  16. Jan 13 21:08:29 dns sshd[18234]: debug1: SSH2_MSG_NEWKEYS sent [preauth]
  17. Jan 13 21:08:29 dns sshd[18234]: debug1: expecting SSH2_MSG_NEWKEYS [preauth]
  18. Jan 13 21:08:29 dns sshd[18234]: debug1: SSH2_MSG_NEWKEYS received [preauth]
  19. Jan 13 21:08:29 dns sshd[18234]: debug1: KEX done [preauth]
  20.  
  21. # PROBLEM
  22. Jan 13 21:09:05 dns sshd[18263]: Connection from 178.63.28.181 port 51732
  23. Jan 13 21:09:05 dns sshd[18263]: debug1: Client protocol version 2.0; client software version OpenSSH_6.4
  24. Jan 13 21:09:05 dns sshd[18263]: debug1: match: OpenSSH_6.4 pat OpenSSH*
  25. Jan 13 21:09:05 dns sshd[18263]: debug1: Enabling compatibility mode for protocol 2.0
  26. Jan 13 21:09:05 dns sshd[18263]: debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-4
  27. Jan 13 21:09:05 dns sshd[18263]: debug1: permanently_set_uid: 101/65534 [preauth]
  28. Jan 13 21:09:05 dns sshd[18263]: debug1: list_hostkey_types: ecdsa-sha2-nistp256 [preauth]
  29. Jan 13 21:09:05 dns sshd[18263]: debug1: SSH2_MSG_KEXINIT sent [preauth]
  30. # WAIT HERE
  31.  
  32. # CLIENT WITH PROBLEM
  33. debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  34. debug2: kex_parse_kexinit: ecdsa-sha2-nistp256
  35. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  36. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  37. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  38. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  39. debug2: kex_parse_kexinit: none,zlib@openssh.com
  40. debug2: kex_parse_kexinit: none,zlib@openssh.com
  41. debug2: kex_parse_kexinit:
  42. debug2: kex_parse_kexinit:
  43. debug2: kex_parse_kexinit: first_kex_follows 0
  44. debug2: kex_parse_kexinit: reserved 0
  45. debug2: mac_setup: found hmac-md5
  46. debug1: kex: server->client aes128-ctr hmac-md5 none
  47. debug2: mac_setup: found hmac-md5
  48. debug1: kex: client->server aes128-ctr hmac-md5 none
  49. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  50. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement