Advertisement
fhumayun

SSH perms denied

Apr 4th, 2015
2,596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. OpenSSH_6.4, OpenSSL 1.0.1e 11 Feb 2013
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  4. OpenSSH_6.4, OpenSSL 1.0.1e 11 Feb 2013
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  7. debug1: Connecting to fhumayun.koding.io [52.4.33.32] port 22.
  8. debug1: Connection established.
  9. debug1: permanently_set_uid: 0/0
  10. debug1: identity file /home/root/.ssh/id_rsa type 1
  11. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  12. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  13. debug1: identity file /home/root/.ssh/id_rsa-cert type -1
  14. debug1: identity file /home/root/.ssh/id_dsa type -1
  15. debug1: identity file /home/root/.ssh/id_dsa-cert type -1
  16. debug1: identity file /home/root/.ssh/id_ecdsa type -1
  17. debug1: identity file /home/root/.ssh/id_ecdsa-cert type -1
  18. debug1: Enabling compatibility mode for protocol 2.0
  19. debug1: Connecting to fhumayun.koding.io [52.4.33.32] port 22.
  20. debug1: Local version string SSH-2.0-OpenSSH_6.4p1 Ubuntu-1
  21. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
  22. debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH*
  23. debug1: SSH2_MSG_KEXINIT sent
  24. debug1: SSH2_MSG_KEXINIT received
  25. debug1: Connection established.
  26. debug1: permanently_set_uid: 0/0
  27. debug1: identity file /home/root/.ssh/id_rsa type 1
  28. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  29. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  30. debug1: identity file /home/root/.ssh/id_rsa-cert type -1
  31. debug1: identity file /home/root/.ssh/id_dsa type -1
  32. debug1: identity file /home/root/.ssh/id_dsa-cert type -1
  33. debug1: identity file /home/root/.ssh/id_ecdsa type -1
  34. debug1: identity file /home/root/.ssh/id_ecdsa-cert type -1
  35. debug1: Enabling compatibility mode for protocol 2.0
  36. debug1: Local version string SSH-2.0-OpenSSH_6.4p1 Ubuntu-1
  37. debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
  38. debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
  39. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  40. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  41. debug1: Server host key: ECDSA 12:17:83:d1:8b:3d:f4:0a:38:5c:f2:73:de:03:c7:4c
  42. debug1: Host 'fhumayun.koding.io' is known and matches the ECDSA host key.
  43. debug1: Found key in /home/root/.ssh/known_hosts:3
  44. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
  45. debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH*
  46. debug1: SSH2_MSG_KEXINIT sent
  47. debug1: ssh_ecdsa_verify: signature correct
  48. debug1: SSH2_MSG_NEWKEYS sent
  49. debug1: expecting SSH2_MSG_NEWKEYS
  50. debug1: SSH2_MSG_NEWKEYS received
  51. debug1: Roaming not allowed by server
  52. debug1: SSH2_MSG_SERVICE_REQUEST sent
  53. debug1: SSH2_MSG_SERVICE_ACCEPT received
  54. debug1: Authentications that can continue: publickey
  55. debug1: Next authentication method: publickey
  56. debug1: Offering RSA public key: /home/root/.ssh/id_rsa
  57. debug1: SSH2_MSG_KEXINIT received
  58. debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
  59. debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
  60. debug1: Authentications that can continue: publickey
  61. debug1: Trying private key: /home/root/.ssh/id_dsa
  62. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  63. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  64. debug1: Trying private key: /home/root/.ssh/id_ecdsa
  65. debug1: No more authentication methods to try.
  66. Permission denied (publickey).debug1: Server host key: ECDSA 12:17:83:d1:8b:3d:f4:0a:38:5c:f2:73:de:03:c7:4c
  67. debug1: Host 'fhumayun.koding.io' is known and matches the ECDSA host key.
  68. debug1: Found key in /home/root/.ssh/known_hosts:3
  69. debug1: ssh_ecdsa_verify: signature correct
  70. debug1: SSH2_MSG_NEWKEYS sent
  71. debug1: expecting SSH2_MSG_NEWKEYS
  72. debug1: SSH2_MSG_NEWKEYS received
  73. debug1: Roaming not allowed by server
  74. debug1: SSH2_MSG_SERVICE_REQUEST sent
  75. debug1: SSH2_MSG_SERVICE_ACCEPT received
  76. debug1: Authentications that can continue: publickey
  77. debug1: Next authentication method: publickey
  78. debug1: Offering RSA public key: /home/root/.ssh/id_rsa
  79. debug1: Authentications that can continue: publickey
  80. debug1: Trying private key: /home/root/.ssh/id_dsa
  81. debug1: Trying private key: /home/root/.ssh/id_ecdsa
  82. debug1: No more authentication methods to try.
  83. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement