From aac052da468af577db7028b4156f504d0b2391b4 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 23 Apr 2017 09:04:30 -0400 Subject: [PATCH] this option is deprecated (#477) --- roles/security/templates/sshd_config.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/security/templates/sshd_config.j2 b/roles/security/templates/sshd_config.j2 index daddbed..4bdb260 100644 --- a/roles/security/templates/sshd_config.j2 +++ b/roles/security/templates/sshd_config.j2 @@ -25,7 +25,6 @@ AcceptEnv LANG LC_* # Turn off a lot of features IgnoreRhosts yes -RhostsRSAAuthentication no HostbasedAuthentication no PermitEmptyPasswords no ChallengeResponseAuthentication no