Advertisement
Guest User

Untitled

a guest
Nov 28th, 2011
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. sudo /usr/sbin/sshd -ddd
  2. debug2: load_server_config: filename /etc/ssh/sshd_config
  3. debug2: load_server_config: done config len = 729
  4. debug2: parse_server_config: config /etc/ssh/sshd_config len 729
  5. debug3: /etc/ssh/sshd_config:5 setting Port 2495
  6. debug3: /etc/ssh/sshd_config:8 setting ListenAddress 192.168.0.100
  7. debug3: /etc/ssh/sshd_config:9 setting Protocol 2
  8. debug3: /etc/ssh/sshd_config:11 setting HostKey /etc/ssh/ssh_host_rsa_key
  9. debug3: /etc/ssh/sshd_config:12 setting HostKey /etc/ssh/ssh_host_dsa_key
  10. debug3: /etc/ssh/sshd_config:13 setting HostKey /etc/ssh/ssh_host_ecdsa_key
  11. debug3: /etc/ssh/sshd_config:15 setting UsePrivilegeSeparation yes
  12. debug3: /etc/ssh/sshd_config:18 setting KeyRegenerationInterval 3600
  13. debug3: /etc/ssh/sshd_config:19 setting ServerKeyBits 768
  14. debug3: /etc/ssh/sshd_config:22 setting SyslogFacility AUTH
  15. debug3: /etc/ssh/sshd_config:23 setting LogLevel INFO
  16. debug3: /etc/ssh/sshd_config:26 setting LoginGraceTime 120
  17. debug3: /etc/ssh/sshd_config:27 setting PermitRootLogin no
  18. debug3: /etc/ssh/sshd_config:28 setting StrictModes yes
  19. debug3: /etc/ssh/sshd_config:29 setting AllowUsers stoned
  20. debug3: /etc/ssh/sshd_config:31 setting RSAAuthentication yes
  21. debug3: /etc/ssh/sshd_config:32 setting PubkeyAuthentication yes
  22. debug3: /etc/ssh/sshd_config:36 setting IgnoreRhosts yes
  23. debug3: /etc/ssh/sshd_config:38 setting RhostsRSAAuthentication no
  24. debug3: /etc/ssh/sshd_config:40 setting HostbasedAuthentication no
  25. debug3: /etc/ssh/sshd_config:45 setting PermitEmptyPasswords no
  26. debug3: /etc/ssh/sshd_config:49 setting ChallengeResponseAuthentication no
  27. debug3: /etc/ssh/sshd_config:64 setting X11Forwarding yes
  28. debug3: /etc/ssh/sshd_config:65 setting X11DisplayOffset 10
  29. debug3: /etc/ssh/sshd_config:66 setting PrintMotd no
  30. debug3: /etc/ssh/sshd_config:67 setting PrintLastLog yes
  31. debug3: /etc/ssh/sshd_config:68 setting TCPKeepAlive yes
  32. debug3: /etc/ssh/sshd_config:75 setting AcceptEnv LANG LC_*
  33. debug3: /etc/ssh/sshd_config:77 setting Subsystem sftp /usr/lib/openssh/sftp-server
  34. debug3: /etc/ssh/sshd_config:88 setting UsePAM yes
  35. debug1: sshd version OpenSSH_5.8p1 Debian-7ubuntu1
  36. debug3: Incorrect RSA1 identifier
  37. debug1: read PEM private key done: type RSA
  38. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  39. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  40. debug1: private host key: #0 type 1 RSA
  41. debug3: Incorrect RSA1 identifier
  42. debug1: read PEM private key done: type DSA
  43. debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
  44. debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
  45. debug1: private host key: #1 type 2 DSA
  46. debug3: Incorrect RSA1 identifier
  47. debug1: read PEM private key done: type ECDSA
  48. debug1: Checking blacklist file /usr/share/ssh/blacklist.ECDSA-256
  49. debug1: Checking blacklist file /etc/ssh/blacklist.ECDSA-256
  50. debug1: private host key: #2 type 3 ECDSA
  51. debug1: rexec_argv[0]='/usr/sbin/sshd'
  52. debug1: rexec_argv[1]='-ddd'
  53. debug3: oom_adjust_setup
  54. Set /proc/self/oom_score_adj from 0 to -1000
  55. debug2: fd 3 setting O_NONBLOCK
  56. debug1: Bind to port 2495 on 192.168.0.100.
  57. Server listening on 192.168.0.100 port 2495.
  58.  
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement