From ceca641e2fade8bcfd245a2797e8264301f49721 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 23 May 2020 11:47:31 +0100 Subject: [PATCH] Remove deprecated options --- ansible/roles/base/files/sshd_config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible/roles/base/files/sshd_config b/ansible/roles/base/files/sshd_config index b4e47f6..88e808d 100644 --- a/ansible/roles/base/files/sshd_config +++ b/ansible/roles/base/files/sshd_config @@ -13,12 +13,8 @@ Protocol 2 HostKey /etc/ssh/ssh_host_ed25519_key -# Privilege Separation is turned on for security -UsePrivilegeSeparation yes - # Public key authentication + Password authentication # Two-Factor Authentication in OpenSSH v6.2+ -RSAAuthentication yes PubkeyAuthentication yes AuthenticationMethods publickey @@ -59,7 +55,6 @@ KexAlgorithms diffie-hellman-group18-sha512,curve25519-sha256,curve25519-sha256@ IgnoreRhosts yes # Disable unused authentication schemes -RhostsRSAAuthentication no HostbasedAuthentication no ChallengeResponseAuthentication no KerberosAuthentication no