2014-12-18 23:12:51 +01:00
|
|
|
---
|
2020-11-04 21:29:48 +01:00
|
|
|
sshd_service: ssh
|
|
|
|
sshd_packages:
|
2014-12-21 21:29:13 +01:00
|
|
|
- openssh-server
|
2021-06-02 12:03:28 +02:00
|
|
|
__sshd_config_mode: "0644"
|
2018-08-25 23:39:06 +02:00
|
|
|
__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
|
2014-12-21 23:23:02 +01:00
|
|
|
ChallengeResponseAuthentication: no
|
|
|
|
X11Forwarding: yes
|
2014-12-22 21:18:35 +01:00
|
|
|
X11DisplayOffset: 10
|
2014-12-21 23:23:02 +01:00
|
|
|
PrintMotd: no
|
2014-12-22 21:18:35 +01:00
|
|
|
PrintLastLog: yes
|
|
|
|
TCPKeepAlive: yes
|
2014-12-21 23:23:02 +01:00
|
|
|
AcceptEnv: LANG LC_*
|
2014-12-22 21:18:35 +01:00
|
|
|
Subsystem: "sftp {{ sshd_sftp_server }}"
|
2014-12-21 23:23:02 +01:00
|
|
|
UsePAM: yes
|
2018-08-25 23:39:06 +02:00
|
|
|
__sshd_os_supported: yes
|
2020-11-23 10:00:58 +01:00
|
|
|
__sshd_runtime_directory: /run/sshd
|