From 41ae2614cffc240582fc5e388b31315f5528ce48 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 daddbed1..4bdb2601 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