sftpuser: Prefix variables correctly

This commit is contained in:
Timo Makinen 2024-04-07 17:57:05 +00:00
parent 9cb17a88c7
commit 29c989711c
4 changed files with 4 additions and 10 deletions

View file

@ -27,7 +27,7 @@
path: /etc/ssh/sshd_config
block: |
Match User backup
ChrootDirectory {{ chroot }}
ChrootDirectory {{ sftpuser_chroot }}
ForceCommand internal-sftp
AuthorizedKeysFile /etc/ssh/authorized_keys.backup
marker: "# {mark} ANSIBLE MANAGED BLOCK (user backup)"