Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
821 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. # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
  5. # The strategy used for options in the default sshd_config shipped with
  6. # OpenSSH is to specify options with their default value where
  7. # possible, but leave them commented. Uncommented options override the
  8. # default value.
  9. Port 2222
  10. PermitRootLogin no
  11. PasswordAuthentication yes
  12. ChallengeResponseAuthentication no
  13. UsePAM yes
  14. X11Forwarding yes
  15. PrintMotd no
  16. AcceptEnv LANG LC_*
  17. # override default of no subsystems
  18. Subsystem sftp internal-sftp
  19. Match User sftp
  20. ChrootDirectory /chroot
  21. PermitTunnel no
  22. X11Forwarding no
  23. AllowTcpForwarding no
  24. ForceCommand internal-sftp