2020-04-13 14:46:45 +02:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
|
|
|
Port {{ openssh_port }}
|
|
|
|
|
|
|
|
PermitRootLogin no
|
|
|
|
|
|
|
|
ChallengeResponseAuthentication no
|
|
|
|
|
|
|
|
UsePAM yes
|
|
|
|
|
|
|
|
X11Forwarding yes
|
|
|
|
|
|
|
|
PrintMotd no
|
|
|
|
|
|
|
|
AcceptEnv LANG LC_*
|
|
|
|
|
2020-11-29 13:04:38 +01:00
|
|
|
Subsystem sftp internal-sftp
|
|
|
|
|
2020-11-30 10:24:47 +01:00
|
|
|
Match Group {{ backup_group }}
|
2020-11-29 13:04:38 +01:00
|
|
|
X11Forwarding no
|
|
|
|
AllowTcpForwarding no
|
2020-11-30 10:44:48 +01:00
|
|
|
AllowAgentForwarding no
|
|
|
|
PermitTTY no
|
|
|
|
ForceCommand rrsync -ro {{ backup_chroot_dir | quote }}
|