Adhust default file ' sshd_config'.

This commit is contained in:
Christoph 2019-03-11 15:48:34 +01:00
parent a692c1e47b
commit 204d008e76

View File

@ -24,8 +24,12 @@ HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key HostKey /etc/ssh/ssh_host_ed25519_key
# Lifetime and size of ephemeral version 1 server key # Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600 #
ServerKeyBits 768 # Note:
# Deprecated option KeyRegenerationInterval
# Deprecated option ServerKeyBits
#KeyRegenerationInterval 3600
#ServerKeyBits 768
# Specifies the maximum number of concurrent unauthenticated connections # Specifies the maximum number of concurrent unauthenticated connections
# to the SSH daemon. See sshd_config(5) for specifiing the three colon # to the SSH daemon. See sshd_config(5) for specifiing the three colon
@ -77,7 +81,11 @@ StrictModes yes
# Specifies whether pure RSA authentication is allowed. This option # Specifies whether pure RSA authentication is allowed. This option
# applies to protocol version 1 only. # applies to protocol version 1 only.
# The default is “yes”. # The default is “yes”.
RSAAuthentication yes #
# Note:
# Deprecated option RSAAuthentication
#
#RSAAuthentication yes
# Specifies whether public key authentication is allowed. Note that this # Specifies whether public key authentication is allowed. Note that this
# option applies to protocol version 2 only. # option applies to protocol version 2 only.
@ -115,7 +123,11 @@ ChallengeResponseAuthentication no
# Don't read the user's ~/.rhosts and ~/.shosts files # Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts # For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no #
# Note:
# Deprecated option RhostsRSAAuthentication
#
#RhostsRSAAuthentication no
# similar for protocol version 2 # similar for protocol version 2
HostbasedAuthentication no HostbasedAuthentication no