From 8c5b02c07221d09af419e245f0819e9b2644c6ae Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 20 Oct 2018 19:08:35 +0000 Subject: [PATCH] Explicitly set Protocol 2 on sshd for pagure. This doesn't actually change anything for sshd (only proto 2 is default), However, rkhunter complains about it not setting that explicitly. So, this is just to get rkhunter to shut up about it. --- roles/basessh/files/ssh/sshd_config.pagure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/basessh/files/ssh/sshd_config.pagure b/roles/basessh/files/ssh/sshd_config.pagure index 8fca2d49f5..0425ccb9b0 100644 --- a/roles/basessh/files/ssh/sshd_config.pagure +++ b/roles/basessh/files/ssh/sshd_config.pagure @@ -20,7 +20,7 @@ #ListenAddress :: # The default requires explicit activation of protocol 1 -#Protocol 2 +Protocol 2 # HostKey for protocol version 1 #HostKey /etc/ssh/ssh_host_key