Advertisement
Guest User

ssh debug

a guest
May 31st, 2011
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 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,[email protected],hmac-ripemd160]
  14. debug2: mac_setup: found hmac-sha1
  15. debug3: mac ok: hmac-sha1 [hmac-md5,hmac-sha1,[email protected],hmac-ripemd160]
  16. debug2: mac_setup: found [email protected]
  17. debug3: mac ok: [email protected] [hmac-md5,hmac-sha1,[email protected],hmac-ripemd160]
  18. debug2: mac_setup: found hmac-ripemd160
  19. debug3: mac ok: hmac-ripemd160 [hmac-md5,hmac-sha1,[email protected],hmac-ripemd160]
  20. debug3: macs ok: [hmac-md5,hmac-sha1,[email protected],hmac-ripemd160]
  21. debug2: ssh_connect: needpriv 0
  22. debug1: Connecting to my_dyndns_hostname [my wan 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. debug3: Incorrect RSA1 identifier
  29. debug3: Could not load "/home/kerem/.ssh/id_dsa" as a RSA1 public key
  30. debug2: key_type_from_name: unknown key type '-----BEGIN'
  31. debug3: key_read: missing keytype
  32. debug2: key_type_from_name: unknown key type 'Proc-Type:'
  33. debug3: key_read: missing keytype
  34. debug2: key_type_from_name: unknown key type 'DEK-Info:'
  35. debug3: key_read: missing keytype
  36. debug3: key_read: missing whitespace
  37. debug3: key_read: missing whitespace
  38. debug3: key_read: missing whitespace
  39. debug3: key_read: missing whitespace
  40. debug3: key_read: missing whitespace
  41. debug3: key_read: missing whitespace
  42. debug3: key_read: missing whitespace
  43. debug3: key_read: missing whitespace
  44. debug3: key_read: missing whitespace
  45. debug3: key_read: missing whitespace
  46. debug2: key_type_from_name: unknown key type '-----END'
  47. debug3: key_read: missing keytype
  48. debug1: identity file /home/kerem/.ssh/id_dsa type 2
  49. debug1: identity file /home/kerem/.ssh/id_dsa-cert type -1
  50. ssh_exchange_identification: Connection closed by remote host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement