Update to 2024-06-10 14:01

This commit is contained in:
Daniel Berteaud
2024-06-10 14:01:02 +02:00
parent 3b91bda27b
commit 7065313440
2 changed files with 7 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ AcceptEnv LC_PVE_*
X11Forwarding no
Subsystem sftp internal-sftp
{% for directive in sshd_custom_options.keys() | list %}
{{ directive }} {{ sshd_custom_options[directive] }}
{% endfor %}
# Local user are managed separately
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