ssh 615 B

123456789101112131415161718192021222324252627282930
  1. # FIREWALLFALCON
  2. #
  3. Port 22
  4. Protocol 2
  5. KeyRegenerationInterval 3600
  6. ServerKeyBits 1024
  7. SyslogFacility AUTH
  8. LogLevel INFO
  9. LoginGraceTime 120
  10. PermitRootLogin yes
  11. StrictModes yes
  12. RSAAuthentication yes
  13. PubkeyAuthentication yes
  14. IgnoreRhosts yes
  15. RhostsRSAAuthentication no
  16. HostbasedAuthentication no
  17. PermitEmptyPasswords no
  18. PermitTunnel yes
  19. ChallengeResponseAuthentication no
  20. PasswordAuthentication yes
  21. X11Forwarding yes
  22. X11DisplayOffset 10
  23. PrintMotd no
  24. PrintLastLog yes
  25. TCPKeepAlive yes
  26. #UseLogin no
  27. AcceptEnv LANG LC_*
  28. Subsystem sftp /usr/lib/openssh/sftp-server
  29. UsePAM yes
  30. Banner /etc/bannerssh