2014-12-18 23:12:51 +01:00
|
|
|
---
|
2022-08-17 13:53:56 +02: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
|
2023-04-10 22:19:29 +02:00
|
|
|
UsePrivilegeSeparation: true
|
2014-12-22 21:18:35 +01:00
|
|
|
KeyRegenerationInterval: 3600
|
|
|
|
ServerKeyBits: 768
|
|
|
|
SyslogFacility: AUTH
|
|
|
|
LogLevel: INFO
|
|
|
|
LoginGraceTime: 120
|
2023-04-10 22:19:29 +02:00
|
|
|
PermitRootLogin: true
|
|
|
|
StrictModes: true
|
|
|
|
RSAAuthentication: true
|
|
|
|
PubkeyAuthentication: true
|
|
|
|
IgnoreRhosts: true
|
|
|
|
RhostsRSAAuthentication: false
|
|
|
|
HostbasedAuthentication: false
|
|
|
|
PermitEmptyPasswords: false
|
|
|
|
ChallengeResponseAuthentication: false
|
|
|
|
X11Forwarding: true
|
2014-12-22 21:18:35 +01:00
|
|
|
X11DisplayOffset: 10
|
2023-04-10 22:19:29 +02:00
|
|
|
PrintMotd: false
|
|
|
|
PrintLastLog: true
|
|
|
|
TCPKeepAlive: true
|
2014-12-21 23:23:02 +01:00
|
|
|
AcceptEnv: LANG LC_*
|
2022-08-17 13:53:56 +02:00
|
|
|
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
2023-04-10 22:19:29 +02:00
|
|
|
UsePAM: true
|
|
|
|
__sshd_os_supported: true
|
2020-11-23 10:00:58 +01:00
|
|
|
__sshd_runtime_directory: /run/sshd
|