ansible/roles/openssh/vars/Ubuntu.yaml

10 lines
233 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'