Update to 2024-03-19 12:01

This commit is contained in:
Daniel Berteaud
2024-03-19 12:01:02 +01:00
parent 19d0abd6b7
commit 851d15f0e5
4 changed files with 11 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ X11Forwarding no
Subsystem sftp internal-sftp
# Local user are managed separately
Match User root,ansible,lbkp,zimbra,zfs-recv
Match User root,ansible,lbkp,zimbra,zfs-recv{% if ssh_local_users | length > 0 %},{{ ssh_local_users | join(',') }}{% endif +%}
AuthorizedKeysFile /etc/ssh/authorized_keys/%u/authorized_keys %h/.ssh/authorized_keys
{% for user in ssh_users | default([]) %}