Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2012
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. debug1: kex: server->client aes128-ctr hmac-md5 none
  2. debug2: mac_setup: found hmac-md5
  3. debug1: kex: client->server aes128-ctr hmac-md5 none
  4. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  5. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  6. debug2: dh_gen_key: priv key bits set: 137/256
  7. debug2: bits set: 497/1024
  8. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  9. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  10. debug1: Server host key: RSA ae:86:28:eb:e3:a7:bc:6d:12:9f:6c:fe:cc:71:e6:69
  11. debug1: Host '[localhost]:2222' is known and matches the RSA host key.
  12. debug1: Found key in /home/ajana/.ssh/known_hosts:22
  13. debug2: bits set: 499/1024
  14. debug1: ssh_rsa_verify: signature correct
  15. debug2: kex_derive_keys
  16. debug2: set_newkeys: mode 1
  17. debug1: SSH2_MSG_NEWKEYS sent
  18. debug1: expecting SSH2_MSG_NEWKEYS
  19. debug2: set_newkeys: mode 0
  20. debug1: SSH2_MSG_NEWKEYS received
  21. debug1: Roaming not allowed by server
  22. debug1: SSH2_MSG_SERVICE_REQUEST sent
  23. debug2: service_accept: ssh-userauth
  24. debug1: SSH2_MSG_SERVICE_ACCEPT received
  25. debug2: key: /home/ajana/.ssh/id_rsa (0x22092048)
  26. debug2: key: MerSDK-Key (0x22097c60)
  27. debug2: key: QtCreator/2012-05-30T16:02:18 (0x22097c28)
  28. debug2: key: /home/ajana/.ssh/id_dsa ((nil))
  29. debug2: key: /home/ajana/.ssh/id_ecdsa ((nil))
  30. debug1: Authentications that can continue: publickey,password
  31. debug1: Next authentication method: publickey
  32. debug1: Offering RSA public key: /home/ajana/.ssh/id_rsa
  33. debug2: we sent a publickey packet, wait for reply
  34. debug1: Authentications that can continue: publickey,password
  35. debug1: Offering RSA public key: MerSDK-Key
  36. debug2: we sent a publickey packet, wait for reply
  37. debug1: Authentications that can continue: publickey,password
  38. debug1: Offering RSA public key: QtCreator/2012-05-30T16:02:18
  39. debug2: we sent a publickey packet, wait for reply
  40. debug1: Authentications that can continue: publickey,password
  41. debug1: Trying private key: /home/ajana/.ssh/id_dsa
  42. debug1: Trying private key: /home/ajana/.ssh/id_ecdsa
  43. debug2: we did not send a packet, disable method
  44. debug1: Next authentication method: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement