From bd7f1497b31ec51470e703700f66b1fead7c8737 Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Mon, 3 Aug 2020 15:24:05 +0200 Subject: [sshd] Remove deprecated options fixes: #3785 --- data/sshd_config.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/sshd_config.template b/data/sshd_config.template index 6813dcd..a6536e2 100644 --- a/data/sshd_config.template +++ b/data/sshd_config.template @@ -3,20 +3,15 @@ Protocol 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key -UsePrivilegeSeparation yes -KeyRegenerationInterval 3600 -ServerKeyBits 768 SyslogFacility AUTH LogLevel INFO LoginGraceTime 30 PermitRootLogin yes StrictModes yes -RSAAuthentication yes PubkeyAuthentication yes PasswordAuthentication %PASSWORDLOGIN% AuthorizedKeysFile %h/.ssh/authorized_keys IgnoreRhosts yes -RhostsRSAAuthentication no HostbasedAuthentication no PermitEmptyPasswords no ChallengeResponseAuthentication no -- cgit v1.2.3-55-g7522