Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3.  
  4. debug1: Applying options for *
  5.  
  6. debug1: Connecting to bazaar.launchpad.net [91.189.90.11] port 22.
  7.  
  8. debug1: Connection established.
  9.  
  10. debug1: identity file /home/paddy/.ssh/id_rsa type 1
  11.  
  12. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  13.  
  14. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  15.  
  16. debug1: identity file /home/paddy/.ssh/id_rsa-cert type -1
  17.  
  18. debug1: identity file /home/paddy/.ssh/id_dsa type -1
  19.  
  20. debug1: identity file /home/paddy/.ssh/id_dsa-cert type -1
  21.  
  22. debug1: Remote protocol version 2.0, remote software version Twisted
  23.  
  24. debug1: no match: Twisted
  25.  
  26. debug1: Enabling compatibility mode for protocol 2.0
  27.  
  28. debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu4
  29.  
  30. debug1: SSH2_MSG_KEXINIT sent
  31.  
  32. debug1: SSH2_MSG_KEXINIT received
  33.  
  34. debug1: kex: server->client aes128-ctr hmac-md5 none
  35.  
  36. debug1: kex: client->server aes128-ctr hmac-md5 none
  37.  
  38. debug1: sending SSH2_MSG_KEXDH_INIT
  39.  
  40. debug1: expecting SSH2_MSG_KEXDH_REPLY
  41.  
  42. debug1: Host 'bazaar.launchpad.net' is known and matches the RSA host key.
  43.  
  44. debug1: Found key in /home/paddy/.ssh/known_hosts:4
  45.  
  46. debug1: ssh_rsa_verify: signature correct
  47.  
  48. debug1: SSH2_MSG_NEWKEYS sent
  49.  
  50. debug1: expecting SSH2_MSG_NEWKEYS
  51.  
  52. debug1: SSH2_MSG_NEWKEYS received
  53.  
  54. debug1: Roaming not allowed by server
  55.  
  56. debug1: SSH2_MSG_SERVICE_REQUEST sent
  57.  
  58. debug1: SSH2_MSG_SERVICE_ACCEPT received
  59.  
  60. debug1: Authentications that can continue: publickey
  61.  
  62. debug1: Next authentication method: publickey
  63.  
  64. debug1: Offering public key: /home/paddy/.ssh/id_rsa
  65.  
  66. debug1: Server accepts key: pkalg ssh-rsa blen 279
  67.  
  68. Agent admitted failure to sign using the key.
  69.  
  70. debug1: Trying private key: /home/paddy/.ssh/id_dsa
  71.  
  72. debug1: No more authentication methods to try.
  73.  
  74. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement