provisioning tool for building opinionated architecture
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.

13 lines
241 B

7 months ago
  1. Port 22
  2. AddressFamily inet
  3. AllowUsers {{ env.USERS }}
  4. AcceptEnv LANG LC_*
  5. Subsystem sftp internal-sftp
  6. UsePAM yes
  7. PasswordAuthentication no
  8. PermitRootLogin no
  9. PrintLastLog no
  10. PrintMotd no
  11. ChallengeResponseAuthentication no
  12. X11Forwarding no