ansible/roles/openssh/vars/Ubuntu.yaml
2019-03-27 07:08:13 +00:00

12 lines
257 B
YAML

---
openssh_default_sshd_config:
PasswordAuthentication: 'no'
ChallengeResponseAuthentication: 'no'
UsePAM: 'yes'
X11Forwarding: 'yes'
PrintMotd: 'no'
AcceptEnv: LANG LC_*
Subsystem: 'sftp /usr/lib/openssh/sftp-server'
# vim:ft=yaml.ansible: