From 27b11d013f5f9dcdf8ec395a3792f26c9c14dae2 Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 3 Dec 2019 08:55:11 +0100 Subject: [PATCH] Update comments template --- templates/sshd_config-RedHat-7.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/sshd_config-RedHat-7.j2 b/templates/sshd_config-RedHat-7.j2 index e57f80e..1fe4df6 100644 --- a/templates/sshd_config-RedHat-7.j2 +++ b/templates/sshd_config-RedHat-7.j2 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.93 2014/01/10 05:59:19 djm Exp $ +# $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -39,10 +39,10 @@ HostKey /etc/ssh/ssh_host_ed25519_key #ServerKeyBits 1024 # Ciphers and keying -#RekeyLimit default none KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com +#RekeyLimit default none # Logging # obsoletes QuietMode and FascistLogging