From 397eac82b6414f62d2be4cb7eabaa0955a32fda3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 12 Apr 2025 11:05:54 -0400 Subject: [PATCH] update sshd_config --- ssh/sshd_config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ssh/sshd_config b/ssh/sshd_config index e46db0b..753f396 100644 --- a/ssh/sshd_config +++ b/ssh/sshd_config @@ -61,11 +61,13 @@ AuthorizedKeysFile .ssh/authorized_keys # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes -# To disable tunneled clear text passwords, change to no here! +# To disable tunneled clear text passwords, change to "no" here! PasswordAuthentication 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 # Kerberos options