From 7afdd977266890b654f15c97fdea808b4e3556f1 Mon Sep 17 00:00:00 2001 From: Tim Fletcher Date: Mon, 16 Apr 2018 21:45:16 +0200 Subject: [PATCH] Remove Deprecated options in default SSH config --- vars/Debian_9.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vars/Debian_9.yml b/vars/Debian_9.yml index a64006dc..c7a4503f 100644 --- a/vars/Debian_9.yml +++ b/vars/Debian_9.yml @@ -13,17 +13,13 @@ sshd_defaults: - /etc/ssh/ssh_host_ecdsa_key - /etc/ssh/ssh_host_ed25519_key UsePrivilegeSeparation: yes - KeyRegenerationInterval: 3600 - ServerKeyBits: 1024 SyslogFacility: AUTH LogLevel: INFO LoginGraceTime: 120 PermitRootLogin: without-password StrictModes: yes - RSAAuthentication: yes PubkeyAuthentication: yes IgnoreRhosts: yes - RhostsRSAAuthentication: no HostbasedAuthentication: no PermitEmptyPasswords: no ChallengeResponseAuthentication: no