Public repo to distribute scripts and config's
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

30 строки
552 B

  1. # $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $
  2. # This is the sshd server system-wide configuration file. See
  3. # sshd_config(5) for more information.
  4. Include /etc/ssh/sshd_config.d/*.conf
  5. Port 34022
  6. # Authentication:
  7. LoginGraceTime 60
  8. PermitRootLogin no
  9. MaxAuthTries 4
  10. MaxSessions 10
  11. PubkeyAuthentication yes
  12. # Disable all password-based auth
  13. PasswordAuthentication no
  14. PermitEmptyPasswords no
  15. KbdInteractiveAuthentication no
  16. UsePAM yes
  17. X11Forwarding no
  18. PrintMotd no
  19. AcceptEnv LANG LC_*
  20. Subsystem sftp /usr/lib/openssh/sftp-server