Advertisement
Guest User

Untitled

a guest
Jan 30th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  2. debug1: Connecting to xx.se [xx] port 22.
  3. debug1: Connection established.
  4. debug1: identity file /home/backup/.ssh/id_rsa type 1
  5. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  6. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  7. debug1: identity file /home/backup/.ssh/id_rsa-cert type -1
  8. debug1: identity file /home/backup/.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/backup/.ssh/id_dsa-cert type -1
  12. debug1: identity file /home/backup/.ssh/id_ecdsa type -1
  13. debug1: identity file /home/backup/.ssh/id_ecdsa-cert type -1
  14. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3p1 Debian-3ubuntu7
  15. debug1: match: OpenSSH_5.3p1 Debian-3ubuntu7 pat OpenSSH_5*
  16. debug1: Enabling compatibility mode for protocol 2.0
  17. debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-3ubuntu1
  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 xx
  27. debug1: Host 'xx' is known and matches the RSA host key.
  28. debug1: Found key in /home/backup/.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,password
  37. debug1: Next authentication method: publickey
  38. debug1: Offering RSA public key: /home/backup/.ssh/id_rsa
  39. debug1: Authentications that can continue: publickey,password
  40. debug1: Offering DSA public key: /home/backup/.ssh/id_dsa
  41. debug1: Authentications that can continue: publickey,password
  42. debug1: Trying private key: /home/backup/.ssh/id_ecdsa
  43. debug1: Next authentication method: password
  44. backup@xx's password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement