From d12c2706c5491a6f67f9638a82afcea2d8af2836 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 23 Apr 2017 09:03:56 -0400 Subject: [PATCH] this option is deprecated --- 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