ansible-sshd/vars/Ubuntu_18.yml

17 lines
367 B
YAML
Raw Normal View History

---
sshd_service: ssh
sshd_packages:
- openssh-server
- openssh-sftp-server
sshd_config_mode: "0644"
2018-08-26 00:06:42 +02:00
__sshd_defaults:
PasswordAuthentication: no
ChallengeResponseAuthentication: no
UsePAM: yes
X11Forwarding: yes
PrintMotd: no
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ sshd_sftp_server }}"
2018-08-26 00:06:42 +02:00
__sshd_os_supported: yes
__sshd_runtime_directory: /run/sshd