From c779582362e1b2d347d2931e28842a4ebcff3b94 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 11 Dec 2015 04:11:38 +0000 Subject: [PATCH] Set sshd Protocol here to 2, this makes rkhunter happy hopefully. --- roles/base/files/ssh/sshd_config.qa-stg | 2 +- roles/base/files/ssh/sshd_config.qadevel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/base/files/ssh/sshd_config.qa-stg b/roles/base/files/ssh/sshd_config.qa-stg index 47ac9973b9..1607a0b832 100644 --- a/roles/base/files/ssh/sshd_config.qa-stg +++ b/roles/base/files/ssh/sshd_config.qa-stg @@ -20,7 +20,7 @@ Port 222 #ListenAddress :: # The default requires explicit activation of protocol 1 -#Protocol 2 +Protocol 2 # HostKey for protocol version 1 #HostKey /etc/ssh/ssh_host_key diff --git a/roles/base/files/ssh/sshd_config.qadevel b/roles/base/files/ssh/sshd_config.qadevel index 47ac9973b9..1607a0b832 100644 --- a/roles/base/files/ssh/sshd_config.qadevel +++ b/roles/base/files/ssh/sshd_config.qadevel @@ -20,7 +20,7 @@ Port 222 #ListenAddress :: # The default requires explicit activation of protocol 1 -#Protocol 2 +Protocol 2 # HostKey for protocol version 1 #HostKey /etc/ssh/ssh_host_key