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
|
|
|
|
|
|
|
|
Match Group {{ backup_owner }}
|
|
|
|
X11Forwarding no
|
|
|
|
AllowTcpForwarding no
|
|
|
|
ChrootDirectory {{ backup_chroot_dir }}
|
|
|
|
ForceCommand internal-sftp
|