Advertisement
Guest User

ssh server doesnt use publickey; here's ssh-vvv

a guest
Dec 23rd, 2015
967
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1. debug1: Reading configuration data /home/myuser/.ssh/config
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  4. debug2: ssh_connect: needpriv 0
  5. debug1: Connecting to myserver.com [ip.ip.ip.ip] port 22.
  6. debug1: Connection established.
  7. debug3: Incorrect RSA1 identifier
  8. debug3: Could not load "/home/myuser/.ssh/mykey" as a RSA1 public key
  9. debug1: identity file /home/myuser/.ssh/mykey type 1
  10. debug1: identity file /home/myuser/.ssh/mykey-cert type -1
  11. debug1: Enabling compatibility mode for protocol 2.0
  12. debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
  13. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1
  14. debug1: match: OpenSSH_6.6.1p1 pat OpenSSH_6.6.1* compat 0x04000000
  15. debug2: fd 3 setting O_NONBLOCK
  16. debug3: load_hostkeys: loading entries for host "myserver.com" from file "/home/myuser/.ssh/known_hosts"
  17. debug3: load_hostkeys: found key type ECDSA in file /home/myuser/.ssh/known_hosts:18
  18. debug3: load_hostkeys: loaded 1 keys
  19. debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  20. debug1: SSH2_MSG_KEXINIT sent
  21. debug1: SSH2_MSG_KEXINIT received
  22. 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
  23. debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,ssh-rsa,ssh-dss
  24. 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]
  25. 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]
  26. debug2: kex_parse_kexinit: none,[email protected],zlib
  27. debug2: kex_parse_kexinit: none,[email protected],zlib
  28. debug2: kex_parse_kexinit:
  29. debug2: kex_parse_kexinit:
  30. debug2: kex_parse_kexinit: first_kex_follows 0
  31. debug2: kex_parse_kexinit: reserved 0
  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,diffie-hellman-group1-sha1
  33. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
  34. 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]
  35. 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]
  36. debug2: kex_parse_kexinit: none,[email protected]
  37. debug2: kex_parse_kexinit: none,[email protected]
  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: mac_setup: setup [email protected]
  43. debug1: kex: server->client aes128-ctr [email protected] none
  44. debug2: mac_setup: setup [email protected]
  45. debug1: kex: client->server aes128-ctr [email protected] none
  46. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  47. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  48. debug1: Server host key: ECDSA 3e:52:47:27:15:50:31:46:9e:1c:ef:33:09:2b:4f:aa
  49. debug3: load_hostkeys: loading entries for host "myserver.com" from file "/home/myuser/.ssh/known_hosts"
  50. debug3: load_hostkeys: found key type ECDSA in file /home/myuser/.ssh/known_hosts:18
  51. debug3: load_hostkeys: loaded 1 keys
  52. debug3: load_hostkeys: loading entries for host "ip.ip.ip.ip" from file "/home/myuser/.ssh/known_hosts"
  53. debug3: load_hostkeys: found key type ECDSA in file /home/myuser/.ssh/known_hosts:12
  54. debug3: load_hostkeys: loaded 1 keys
  55. debug1: Host 'myserver.com' is known and matches the ECDSA host key.
  56. debug1: Found key in /home/myuser/.ssh/known_hosts:18
  57. debug1: ssh_ecdsa_verify: signature correct
  58. debug2: kex_derive_keys
  59. debug2: set_newkeys: mode 1
  60. debug1: SSH2_MSG_NEWKEYS sent
  61. debug1: expecting SSH2_MSG_NEWKEYS
  62. debug2: set_newkeys: mode 0
  63. debug1: SSH2_MSG_NEWKEYS received
  64. debug1: Roaming not allowed by server
  65. debug1: SSH2_MSG_SERVICE_REQUEST sent
  66. debug2: service_accept: ssh-userauth
  67. debug1: SSH2_MSG_SERVICE_ACCEPT received
  68. debug2: key: /home/myuser/.ssh/mykey (0x7f58f4200cf0), explicit
  69. debug1: Authentications that can continue: publickey,password
  70. debug3: start over, passed a different list publickey,password
  71. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  72. debug3: authmethod_lookup publickey
  73. debug3: remaining preferred: keyboard-interactive,password
  74. debug3: authmethod_is_enabled publickey
  75. debug1: Next authentication method: publickey
  76. debug1: Offering RSA public key: /home/myuser/.ssh/mykey
  77. debug3: send_pubkey_test
  78. debug2: we sent a publickey packet, wait for reply
  79. debug1: Authentications that can continue: publickey,password
  80. debug2: we did not send a packet, disable method
  81. debug3: authmethod_lookup password
  82. debug3: remaining preferred: ,password
  83. debug3: authmethod_is_enabled password
  84. debug1: Next authentication method: password
  85. [email protected]'s password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement