Guest User

Untitled

a guest
May 29th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. compute@compute:~$ ssh -i /home/compute/test.pem [email protected] -vv
  2. OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug2: ssh_connect: needpriv 0
  6. debug1: Connecting to 172.31.100.4 [172.31.100.4] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/compute/test.pem type -1
  9. debug1: identity file /home/compute/test.pem-cert type -1
  10. debug1: Enabling compatibility mode for protocol 2.0
  11. debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1.4
  13. debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.4 pat OpenSSH_5* compat 0x0c000000
  14. debug2: fd 3 setting O_NONBLOCK
  15. debug1: SSH2_MSG_KEXINIT sent
  16. debug1: SSH2_MSG_KEXINIT received
  17. 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,diffie-hellman-group1-sha1
  18. debug2: kex_parse_kexinit: [email protected],[email protected],ssh-rsa,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-dss
  19. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
  20. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
  21. debug2: kex_parse_kexinit: none,[email protected],zlib
  22. debug2: kex_parse_kexinit: none,[email protected],zlib
  23. debug2: kex_parse_kexinit:
  24. debug2: kex_parse_kexinit:
  25. debug2: kex_parse_kexinit: first_kex_follows 0
  26. debug2: kex_parse_kexinit: reserved 0
  27. 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
  28. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256
  29. 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,[email protected]
  30. 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,[email protected]
  31. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
  32. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
  33. debug2: kex_parse_kexinit: none,[email protected]
  34. debug2: kex_parse_kexinit: none,[email protected]
  35. debug2: kex_parse_kexinit:
  36. debug2: kex_parse_kexinit:
  37. debug2: kex_parse_kexinit: first_kex_follows 0
  38. debug2: kex_parse_kexinit: reserved 0
  39. debug2: mac_setup: setup hmac-md5
  40. debug1: kex: server->client aes128-ctr hmac-md5 none
  41. debug2: mac_setup: setup hmac-md5
  42. debug1: kex: client->server aes128-ctr hmac-md5 none
  43. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  44. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  45. Connection closed by 172.31.100.4
Advertisement
Add Comment
Please, Sign In to add comment