From 3590a15d4a9bab84be2744d1634551a66985499d Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 28 Oct 2020 02:49:30 +0100 Subject: [PATCH] update.. --- roles/common/templates/etc/ssh/sshd_config.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/common/templates/etc/ssh/sshd_config.j2 b/roles/common/templates/etc/ssh/sshd_config.j2 index 46b801d..1dde1ff 100644 --- a/roles/common/templates/etc/ssh/sshd_config.j2 +++ b/roles/common/templates/etc/ssh/sshd_config.j2 @@ -335,7 +335,6 @@ HostKeyAlgorithms {{ fact_sshd_hostkeyalgorithms }} {% endif %} - #----------------------------- # Logging #-----------------------------