Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. debug1: Host 'hyperion.internal' is known and matches the ECDSA host key.
  2. debug1: Found key in /home/bar/.ssh/known_hosts:20
  3. debug1: ssh_ecdsa_verify: signature correct
  4. debug2: kex_derive_keys
  5. debug2: set_newkeys: mode 1
  6. debug1: SSH2_MSG_NEWKEYS sent
  7. debug1: expecting SSH2_MSG_NEWKEYS
  8. debug2: set_newkeys: mode 0
  9. debug1: SSH2_MSG_NEWKEYS received
  10. debug1: Roaming not allowed by server
  11. debug1: SSH2_MSG_SERVICE_REQUEST sent
  12. debug2: service_accept: ssh-userauth
  13. debug1: SSH2_MSG_SERVICE_ACCEPT received
  14. debug2: key: /home/bar/.ssh/id_rsa (0x7f..),
  15. debug2: key: /home/bar/.ssh/id_dsa ((nil)),
  16. debug2: key: /home/bar/.ssh/id_ecdsa ((nil)),
  17. debug2: key: /home/bar/.ssh/id_ed25519 ((nil)),
  18. debug1: Authentications that can continue: publickey,password
  19. debug3: start over, passed a different list publickey,password
  20. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  21. debug3: authmethod_lookup publickey
  22. debug3: remaining preferred: keyboard-interactive,password
  23. debug3: authmethod_is_enabled publickey
  24. debug1: Next authentication method: publickey
  25. debug1: Offering RSA public key: /home/bar/.ssh/id_rsa
  26. debug3: send_pubkey_test
  27. debug2: we sent a publickey packet, wait for reply
  28. debug1: Server accepts key: pkalg ssh-rsa blen 279
  29. debug2: input_userauth_pk_ok: fp 95:...
  30. debug3: sign_and_send_pubkey: RSA 95:...
  31. debug1: key_parse_private2: missing begin marker
  32. debug1: read PEM private key done: type RSA
  33. debug1: Authentication succeeded (publickey).
  34. Authenticated to hyperion.internal ([172.16.0.10]:22).
  35.  
  36. debug1: Host 'hyperion.internal' is known and matches the ECDSA host key.
  37. debug1: Found key in /home/bar/.ssh/known_hosts:20
  38. debug1: ssh_ecdsa_verify: signature correct
  39. debug2: kex_derive_keys
  40. debug2: set_newkeys: mode 1
  41. debug1: SSH2_MSG_NEWKEYS sent
  42. debug1: expecting SSH2_MSG_NEWKEYS
  43. debug2: set_newkeys: mode 0
  44. debug1: SSH2_MSG_NEWKEYS received
  45. debug1: Roaming not allowed by server
  46. debug1: SSH2_MSG_SERVICE_REQUEST sent
  47. debug2: service_accept: ssh-userauth
  48. debug1: SSH2_MSG_SERVICE_ACCEPT received
  49. debug2: key: /home/bar/.ssh/id_rsa (0x7f..),
  50. debug2: key: /home/bar/.ssh/id_dsa ((nil)),
  51. debug2: key: /home/bar/.ssh/id_ecdsa ((nil)),
  52. debug2: key: /home/bar/.ssh/id_ed25519 ((nil)),
  53. debug1: Authentications that can continue: publickey,password
  54. debug3: start over, passed a different list publickey,password
  55. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  56. debug3: authmethod_lookup publickey
  57. debug3: remaining preferred: keyboard-interactive,password
  58. debug3: authmethod_is_enabled publickey
  59. debug1: Next authentication method: publickey
  60. debug1: Offering RSA public key: /home/bar/.ssh/id_rsa
  61. debug3: send_pubkey_test
  62. debug2: we sent a publickey packet, wait for reply
  63. debug1: Authentications that can continue: publickey,password
  64. debug1: Trying private key: /home/bar/.ssh/id_dsa
  65. debug3: no such identity: /home/bar/.ssh/id_dsa: No such file or directory
  66. debug1: Trying private key: /home/bar/.ssh/id_ecdsa
  67. debug3: no such identity: /home/bar/.ssh/id_ecdsa: No such file or directory
  68. debug1: Trying private key: /home/bar/.ssh/id_ed25519
  69. debug3: no such identity: /home/bar/.ssh/id_ed25519: No such file or directory
  70. debug2: we did not send a packet, disable method
  71. debug3: authmethod_lookup password
  72. debug3: remaining preferred: ,password
  73. debug3: authmethod_is_enabled password
  74. debug1: Next authentication method: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement