Public repo to distribute scripts and config's
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

30 lignes
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