Advertisement
Guest User

sshd debug

a guest
May 31st, 2011
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. debug2: load_server_config: filename /etc/ssh/sshd_config
  2. debug2: load_server_config: done config len = 632
  3. debug2: parse_server_config: config /etc/ssh/sshd_config len 632
  4. debug3: /etc/ssh/sshd_config:13 setting Port 22
  5. debug3: /etc/ssh/sshd_config:14 setting AddressFamily any
  6. debug3: /etc/ssh/sshd_config:15 setting ListenAddress 0.0.0.0
  7. debug3: /etc/ssh/sshd_config:16 setting ListenAddress ::
  8. debug3: /etc/ssh/sshd_config:19 setting Protocol 2
  9. debug3: /etc/ssh/sshd_config:25 setting HostKey /etc/ssh/ssh_host_dsa_key
  10. debug3: /etc/ssh/sshd_config:34 setting SyslogFacility AUTH
  11. debug3: /etc/ssh/sshd_config:35 setting LogLevel INFO
  12. debug3: /etc/ssh/sshd_config:40 setting PermitRootLogin no
  13. debug3: /etc/ssh/sshd_config:45 setting RSAAuthentication no
  14. debug3: /etc/ssh/sshd_config:46 setting PubkeyAuthentication yes
  15. debug3: /etc/ssh/sshd_config:47 setting AuthorizedKeysFile .ssh/authorized_keys
  16. debug3: /etc/ssh/sshd_config:60 setting PasswordAuthentication yes
  17. debug3: /etc/ssh/sshd_config:61 setting PermitEmptyPasswords no
  18. debug3: /etc/ssh/sshd_config:64 setting ChallengeResponseAuthentication no
  19. debug3: /etc/ssh/sshd_config:85 setting UsePAM yes
  20. debug3: /etc/ssh/sshd_config:87 setting AllowAgentForwarding yes
  21. debug3: /etc/ssh/sshd_config:88 setting AllowTcpForwarding yes
  22. debug3: /etc/ssh/sshd_config:89 setting GatewayPorts yes
  23. debug3: /etc/ssh/sshd_config:93 setting PrintMotd yes
  24. debug3: /etc/ssh/sshd_config:94 setting PrintLastLog yes
  25. debug3: /etc/ssh/sshd_config:95 setting TCPKeepAlive yes
  26. debug3: /etc/ssh/sshd_config:96 setting UseLogin no
  27. debug3: /etc/ssh/sshd_config:102 setting UseDNS yes
  28. debug3: /etc/ssh/sshd_config:105 setting PermitTunnel yes
  29. debug3: /etc/ssh/sshd_config:112 setting Subsystem sftp /usr/lib/ssh/sftp-server
  30. debug1: sshd version OpenSSH_5.8p2
  31. debug3: Incorrect RSA1 identifier
  32. debug1: read PEM private key done: type DSA
  33. debug1: private host key: #0 type 2 DSA
  34. debug1: rexec_argv[0]='/usr/sbin/sshd'
  35. debug1: rexec_argv[1]='-ddd'
  36. debug3: oom_adjust_setup
  37. Set /proc/self/oom_score_adj from 0 to -1000
  38. debug2: fd 3 setting O_NONBLOCK
  39. debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY
  40. debug1: Bind to port 22 on ::.
  41. Server listening on :: port 22.
  42. debug2: fd 4 setting O_NONBLOCK
  43. debug1: Bind to port 22 on 0.0.0.0.
  44. Server listening on 0.0.0.0 port 22.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement