diff options
author | Steffen Ritter | 2020-08-03 15:24:05 +0200 |
---|---|---|
committer | Steffen Ritter | 2020-08-03 15:24:05 +0200 |
commit | bd7f1497b31ec51470e703700f66b1fead7c8737 (patch) | |
tree | 514f79fd8b65d9305fbcb3c88a92db5fb6923409 /data | |
parent | scripts/systemctl: Improbe logic of automatic systemctl status (diff) | |
download | tmlite-bwlp-bd7f1497b31ec51470e703700f66b1fead7c8737.tar.gz tmlite-bwlp-bd7f1497b31ec51470e703700f66b1fead7c8737.tar.xz tmlite-bwlp-bd7f1497b31ec51470e703700f66b1fead7c8737.zip |
[sshd] Remove deprecated options
fixes: #3785
Diffstat (limited to 'data')
-rw-r--r-- | data/sshd_config.template | 5 |
1 files changed, 0 insertions, 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 |