ansible/roles/openssh/vars/Ubuntu.yaml

12 lines
257 B
YAML
Raw Normal View History

2019-03-13 06:48:49 +00:00
---
openssh_default_sshd_config:
PasswordAuthentication: 'no'
ChallengeResponseAuthentication: 'no'
UsePAM: 'yes'
X11Forwarding: 'yes'
PrintMotd: 'no'
AcceptEnv: LANG LC_*
Subsystem: 'sftp /usr/lib/openssh/sftp-server'
2019-03-27 07:08:13 +00:00
# vim:ft=yaml.ansible: