ansible-sshd/vars/Debian.yml

38 lines
860 B
YAML
Raw Normal View History

2014-12-18 23:12:51 +01:00
---
sshd_service: ssh
sshd_packages:
- openssh-server
__sshd_config_mode: "0644"
__sshd_defaults:
2014-12-22 21:18:35 +01:00
Port: 22
Protocol: 2
HostKey:
- /etc/ssh/ssh_host_rsa_key
- /etc/ssh/ssh_host_dsa_key
- /etc/ssh/ssh_host_ecdsa_key
2015-01-04 13:51:40 +01:00
UsePrivilegeSeparation: yes
2014-12-22 21:18:35 +01:00
KeyRegenerationInterval: 3600
ServerKeyBits: 768
SyslogFacility: AUTH
LogLevel: INFO
LoginGraceTime: 120
PermitRootLogin: yes
StrictModes: yes
RSAAuthentication: yes
PubkeyAuthentication: yes
IgnoreRhosts: yes
RhostsRSAAuthentication: no
2015-07-23 19:24:12 +02:00
HostbasedAuthentication: no
2014-12-22 21:18:35 +01:00
PermitEmptyPasswords: no
ChallengeResponseAuthentication: no
X11Forwarding: yes
2014-12-22 21:18:35 +01:00
X11DisplayOffset: 10
PrintMotd: no
2014-12-22 21:18:35 +01:00
PrintLastLog: yes
TCPKeepAlive: yes
AcceptEnv: LANG LC_*
2014-12-22 21:18:35 +01:00
Subsystem: "sftp {{ sshd_sftp_server }}"
UsePAM: yes
__sshd_os_supported: yes
__sshd_runtime_directory: /run/sshd