Advertisement
Guest User

ssh debug 4

a guest
May 31st, 2011
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. OpenSSH_5.8p2, OpenSSL 1.0.0d 8 Feb 2011
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: Applying options for *
  4. debug3: cipher ok: aes128-ctr [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  5. debug3: cipher ok: aes192-ctr [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  6. debug3: cipher ok: aes256-ctr [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  7. debug3: cipher ok: arcfour256 [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  8. debug3: cipher ok: arcfour128 [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  9. debug3: cipher ok: aes128-cbc [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  10. debug3: cipher ok: 3des-cbc [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  11. debug3: ciphers ok: [aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc]
  12. debug2: mac_setup: found hmac-md5
  13. debug3: mac ok: hmac-md5 [hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160]
  14. debug2: mac_setup: found hmac-sha1
  15. debug3: mac ok: hmac-sha1 [hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160]
  16. debug2: mac_setup: found umac-64@openssh.com
  17. debug3: mac ok: umac-64@openssh.com [hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160]
  18. debug2: mac_setup: found hmac-ripemd160
  19. debug3: mac ok: hmac-ripemd160 [hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160]
  20. debug3: macs ok: [hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160]
  21. debug2: ssh_connect: needpriv 0
  22. debug1: Connecting to hostname [ip] port 22.
  23. debug1: Connection established.
  24. debug1: identity file /home/kerem/.ssh/identity type -1
  25. debug1: identity file /home/kerem/.ssh/identity-cert type -1
  26. debug1: identity file /home/kerem/.ssh/id_rsa type -1
  27. debug1: identity file /home/kerem/.ssh/id_rsa-cert type -1
  28. debug1: identity file /home/kerem/.ssh/id_dsa type -1
  29. debug1: identity file /home/kerem/.ssh/id_dsa-cert type -1
  30. ssh_exchange_identification: Connection closed by remote host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement