Skip to content
Snippets Groups Projects
Commit 561b55a8 authored by Lars Beckers's avatar Lars Beckers
Browse files

ssh-server: remove deprecated variable from config (buster)

parent c920fc81
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,11 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@op
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
{# deprecated option in buster #}
{% if ansible_distribution_major_version|int < 10 %}
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes
{% endif %}
# Logging
SyslogFacility AUTH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment