Advertisement
iolab

Untitled

Jul 16th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. io@ioi7 ~ $ ssh -v linode86277@london221.linode.com
  2. OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Applying options for *
  5. debug1: Connecting to london221.linode.com [178.79.151.60] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /home/io/.ssh/id_rsa type 1
  8. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  9. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  10. debug1: identity file /home/io/.ssh/id_rsa-cert type -1
  11. debug1: identity file /home/io/.ssh/id_dsa type -1
  12. debug1: identity file /home/io/.ssh/id_dsa-cert type -1
  13. debug1: identity file /home/io/.ssh/id_ecdsa type -1
  14. debug1: identity file /home/io/.ssh/id_ecdsa-cert type -1
  15. debug1: Remote protocol version 2.0, remote software version OpenSSH_4.7p1-linode1
  16. debug1: match: OpenSSH_4.7p1-linode1 pat OpenSSH_4*
  17. debug1: Enabling compatibility mode for protocol 2.0
  18. debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1
  19. debug1: SSH2_MSG_KEXINIT sent
  20. debug1: SSH2_MSG_KEXINIT received
  21. debug1: kex: server->client aes128-ctr hmac-md5 none
  22. debug1: kex: client->server aes128-ctr hmac-md5 none
  23. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  24. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  25. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  26. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  27. debug1: Server host key: RSA da:2d:1f:25:c1:3e:d7:bf:23:d2:eb:88:e7:63:64:37
  28. debug1: Host 'london221.linode.com' is known and matches the RSA host key.
  29. debug1: Found key in /home/io/.ssh/known_hosts:6
  30. debug1: ssh_rsa_verify: signature correct
  31. debug1: SSH2_MSG_NEWKEYS sent
  32. debug1: expecting SSH2_MSG_NEWKEYS
  33. debug1: SSH2_MSG_NEWKEYS received
  34. debug1: Roaming not allowed by server
  35. debug1: SSH2_MSG_SERVICE_REQUEST sent
  36. debug1: SSH2_MSG_SERVICE_ACCEPT received
  37. debug1: Authentications that can continue: publickey,password
  38. debug1: Next authentication method: publickey
  39. debug1: Offering RSA public key: /home/io/.ssh/id_rsa
  40. debug1: Authentications that can continue: publickey,password
  41. debug1: Trying private key: /home/io/.ssh/id_dsa
  42. debug1: Trying private key: /home/io/.ssh/id_ecdsa
  43. debug1: Next authentication method: password
  44. linode86277@london221.linode.com's password:
  45. debug1: Authentications that can continue: publickey,password
  46. Permission denied, please try again.
  47. linode86277@london221.linode.com's password:
  48. Connection closed by 178.79.151.60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement