ansible/roles/sshd/vars/Ubuntu_18.yml

16 lines
331 B
YAML
Raw Normal View History

2021-03-11 08:04:57 -06:00
---
sshd_service: ssh
sshd_packages:
- openssh-server
- openssh-sftp-server
sshd_config_mode: "0644"
__sshd_defaults:
PasswordAuthentication: no
ChallengeResponseAuthentication: no
UsePAM: yes
X11Forwarding: yes
PrintMotd: no
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ sshd_sftp_server }}"
__sshd_os_supported: yes