update sshd_config

This commit is contained in:
Daniel Micay 2025-04-12 11:05:54 -04:00
parent d7564c99c4
commit 397eac82b6

View file

@ -61,11 +61,13 @@ AuthorizedKeysFile .ssh/authorized_keys
# Don't read the user's ~/.rhosts and ~/.shosts files # Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes #IgnoreRhosts yes
# To disable tunneled clear text passwords, change to no here! # To disable tunneled clear text passwords, change to "no" here!
PasswordAuthentication no PasswordAuthentication no
#PermitEmptyPasswords no #PermitEmptyPasswords no
# Change to no to disable s/key passwords # Change to "no" to disable keyboard-interactive authentication. Depending on
# the system's configuration, this may involve passwords, challenge-response,
# one-time passwords or some combination of these and other methods.
KbdInteractiveAuthentication no KbdInteractiveAuthentication no
# Kerberos options # Kerberos options