Advertisement
Guest User

Untitled

a guest
Apr 12th, 2011
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: Applying options for *
  4. debug1: Connecting to 192.168.1.200 [192.168.1.200] port 22.
  5. debug1: Connection established.
  6. debug1: identity file /home/jacob/.ssh/id_rsa type -1
  7. debug1: identity file /home/jacob/.ssh/id_rsa-cert type -1
  8. debug1: identity file /home/jacob/.ssh/id_dsa type 2
  9. debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
  10. debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
  11. debug1: identity file /home/jacob/.ssh/id_dsa-cert type -1
  12. debug1: identity file /home/jacob/.ssh/id_ecdsa type -1
  13. debug1: identity file /home/jacob/.ssh/id_ecdsa-cert type -1
  14. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1 Debian-4ubuntu5
  15. debug1: match: OpenSSH_5.5p1 Debian-4ubuntu5 pat OpenSSH*
  16. debug1: Enabling compatibility mode for protocol 2.0
  17. debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-1ubuntu3
  18. debug1: SSH2_MSG_KEXINIT sent
  19. debug1: SSH2_MSG_KEXINIT received
  20. debug1: kex: server->client aes128-ctr hmac-md5 none
  21. debug1: kex: client->server aes128-ctr hmac-md5 none
  22. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  23. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  24. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  25. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  26. debug1: Server host key: RSA fc:12:c0:fb:0a:1c:91:bc:97:bf:5d:8c:d6:3a:cc:61
  27. debug1: Host '192.168.1.200' is known and matches the RSA host key.
  28. debug1: Found key in /home/jacob/.ssh/known_hosts:1
  29. debug1: ssh_rsa_verify: signature correct
  30. debug1: SSH2_MSG_NEWKEYS sent
  31. debug1: expecting SSH2_MSG_NEWKEYS
  32. debug1: SSH2_MSG_NEWKEYS received
  33. debug1: Roaming not allowed by server
  34. debug1: SSH2_MSG_SERVICE_REQUEST sent
  35. debug1: SSH2_MSG_SERVICE_ACCEPT received
  36. debug1: Authentications that can continue: publickey
  37. debug1: Next authentication method: publickey
  38. debug1: Offering DSA public key: /home/jacob/.ssh/id_dsa
  39. debug1: Authentications that can continue: publickey
  40. debug1: Trying private key: /home/jacob/.ssh/id_rsa
  41. debug1: Trying private key: /home/jacob/.ssh/id_ecdsa
  42. debug1: No more authentication methods to try.
  43. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement