Guest User

Untitled

a guest
May 21st, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.16 KB | None | 0 0
  1. $ ssh -vv -i Downloads/xxx.pem ubuntu@xxxxx.com
  2. OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
  3. debug2: ssh_connect: needpriv 0
  4. debug1: Connecting to xxxxx.com [xxxxx] port 22.
  5. debug1: Connection established.
  6. debug2: key_type_from_name: unknown key type '-----BEGIN'
  7. debug2: key_type_from_name: unknown key type '-----END'
  8. debug1: identity file Downloads/xxxx.pem type -1
  9. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3p1 Debian-3ubuntu7
  10. debug1: match: OpenSSH_5.3p1 Debian-3ubuntu7 pat OpenSSH*
  11. debug1: Enabling compatibility mode for protocol 2.0
  12. debug1: Local version string SSH-2.0-OpenSSH_4.6
  13. debug2: fd 3 setting O_NONBLOCK
  14. debug1: SSH2_MSG_KEXINIT sent
  15. debug1: SSH2_MSG_KEXINIT received
  16. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  17. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  18. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  19. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  20. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  21. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  22. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  23. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  24. debug2: kex_parse_kexinit:
  25. debug2: kex_parse_kexinit:
  26. debug2: kex_parse_kexinit: first_kex_follows 0
  27. debug2: kex_parse_kexinit: reserved 0
  28. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  29. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  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,rijndael-cbc@lysator.liu.se
  31. 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
  32. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  33. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  34. debug2: kex_parse_kexinit: none,zlib@openssh.com
  35. debug2: kex_parse_kexinit: none,zlib@openssh.com
  36. debug2: kex_parse_kexinit:
  37. debug2: kex_parse_kexinit:
  38. debug2: kex_parse_kexinit: first_kex_follows 0
  39. debug2: kex_parse_kexinit: reserved 0
  40. debug2: mac_init: found hmac-md5
  41. debug1: kex: server->client aes128-cbc hmac-md5 none
  42. debug2: mac_init: found hmac-md5
  43. debug1: kex: client->server aes128-cbc hmac-md5 none
  44. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  45. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  46. debug2: dh_gen_key: priv key bits set: 134/256
  47. debug2: bits set: 510/1024
  48. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  49. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  50. debug1: Host 'xxxx.com' is known and matches the RSA host key.
  51. debug1: Found key in /c/Users/xxxx/.ssh/known_hosts:1
  52. debug2: bits set: 489/1024
  53. debug1: ssh_rsa_verify: signature correct
  54. debug2: kex_derive_keys
  55. debug2: set_newkeys: mode 1
  56. debug1: SSH2_MSG_NEWKEYS sent
  57. debug1: expecting SSH2_MSG_NEWKEYS
  58. debug2: set_newkeys: mode 0
  59. debug1: SSH2_MSG_NEWKEYS received
  60. debug1: SSH2_MSG_SERVICE_REQUEST sent
  61. debug2: service_accept: ssh-userauth
  62. debug1: SSH2_MSG_SERVICE_ACCEPT received
  63. debug2: key: Downloads/xxxx.pem (0x0)
  64. debug1: Authentications that can continue: publickey
  65. debug1: Next authentication method: publickey
  66. debug1: Trying private key: Downloads/xxxx.pem
  67. debug1: read PEM private key done: type RSA
  68. debug2: we sent a publickey packet, wait for reply
  69. debug1: Authentications that can continue: publickey
  70. debug2: we did not send a packet, disable method
  71. debug1: No more authentication methods to try.
  72. Permission denied (publickey).
Add Comment
Please, Sign In to add comment