Advertisement
Guest User

Untitled

a guest
May 11th, 2010
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1.  
  2.  
  3.  
  4. OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
  5.  
  6. debug1: Reading configuration data /etc/ssh/ssh_config
  7.  
  8. debug1: Applying options for *
  9.  
  10. debug1: Connecting to xxx.xxx.com [75.125.121.200] port 22.
  11.  
  12. debug1: Connection established.
  13.  
  14. debug1: permanently_set_uid: 0/0
  15.  
  16. debug1: identity file /root/.ssh/identity type -1
  17.  
  18. debug1: identity file /root/.ssh/id_rsa type -1
  19.  
  20. debug1: identity file /root/.ssh/id_dsa type 2
  21.  
  22. debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
  23.  
  24. debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
  25.  
  26. debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
  27.  
  28. debug1: match: OpenSSH_4.3 pat OpenSSH_4*
  29.  
  30. debug1: Enabling compatibility mode for protocol 2.0
  31.  
  32. debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1
  33.  
  34. debug1: SSH2_MSG_KEXINIT sent
  35.  
  36. debug1: SSH2_MSG_KEXINIT received
  37.  
  38. debug1: kex: server->client aes128-cbc hmac-md5 none
  39.  
  40. debug1: kex: client->server aes128-cbc hmac-md5 none
  41.  
  42. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  43.  
  44. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  45.  
  46. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  47.  
  48. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  49.  
  50. debug1: Host 'xxx.xxx.com' is known and matches the RSA host key.
  51.  
  52. debug1: Found key in /root/.ssh/known_hosts:3
  53.  
  54. debug1: ssh_rsa_verify: signature correct
  55.  
  56. debug1: SSH2_MSG_NEWKEYS sent
  57.  
  58. debug1: expecting SSH2_MSG_NEWKEYS
  59.  
  60. debug1: SSH2_MSG_NEWKEYS received
  61.  
  62. debug1: SSH2_MSG_SERVICE_REQUEST sent
  63.  
  64. debug1: SSH2_MSG_SERVICE_ACCEPT received
  65.  
  66. debug1: Authentications that can continue: publickey,password
  67.  
  68. debug1: Next authentication method: publickey
  69.  
  70. debug1: Trying private key: /root/.ssh/identity
  71.  
  72. debug1: Trying private key: /root/.ssh/id_rsa
  73.  
  74. debug1: Offering public key: /root/.ssh/id_dsa
  75.  
  76. debug1: Authentications that can continue: publickey,password
  77.  
  78. debug1: Next authentication method: password
  79.  
  80. [email protected]'s password:
  81.  
  82. debug1: Authentication succeeded (password).
  83.  
  84. debug1: channel 0: new [client-session]
  85.  
  86. debug1: Entering interactive session.
  87.  
  88. debug1: Sending environment.
  89.  
  90. debug1: Sending env LANG = it_IT.UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement