sshd_config.j2 259 B

1234567891011121314
  1. Port {{ ssh_port }}
  2. Protocol 2
  3. PermitRootLogin prohibit-password
  4. PubkeyAuthentication yes
  5. PasswordAuthentication no
  6. ChallengeResponseAuthentication no
  7. UsePAM yes
  8. X11Forwarding no
  9. PrintMotd no
  10. AcceptEnv LANG LC_*
  11. Subsystem sftp /usr/lib/openssh/sftp-server