Advertisement
Guest User

Untitled

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