sshd_config 1002 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ##
  2. ## sshd_config -- OpenSSH Daemon Configuration
  3. ##
  4. Port 22
  5. ListenAddress 0.0.0.0
  6. Subsystem sftp @l_prefix@/libexec/openssh/sftp-server
  7. Protocol 1,2
  8. HostKey @l_prefix@/etc/openssh/ssh_host_key
  9. HostDsaKey @l_prefix@/etc/openssh/ssh_host_dsa_key
  10. ServerKeyBits 768
  11. KeyRegenerationInterval 3600
  12. PidFile @l_prefix@/var/openssh/sshd.pid
  13. SyslogFacility AUTH
  14. LogLevel INFO
  15. RhostsAuthentication no
  16. RhostsRSAAuthentication no
  17. PasswordAuthentication yes
  18. RSAAuthentication yes
  19. DSAAuthentication yes
  20. StrictModes yes
  21. IgnoreRhosts yes
  22. X11Forwarding no
  23. GatewayPorts no
  24. KeepAlive yes
  25. LoginGraceTime 600
  26. MaxStartups 10:30:60
  27. PermitRootLogin yes
  28. PermitEmptyPasswords no
  29. UseLogin @uselogin@
  30. PrintMotd @printmotd@