summaryrefslogtreecommitdiffstats
path: root/data/sshd_config.template
diff options
context:
space:
mode:
Diffstat (limited to 'data/sshd_config.template')
-rw-r--r--data/sshd_config.template5
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