From d5283a4226e78092177f13d35d29e1e63e87ef2f Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Wed, 22 May 2024 14:52:27 +0000 Subject: [PATCH] sshd config to no longer allow pam. --- one-time-stuff/conf/sshd_config.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/one-time-stuff/conf/sshd_config.conf b/one-time-stuff/conf/sshd_config.conf index ab7541f..4a619fa 100644 --- a/one-time-stuff/conf/sshd_config.conf +++ b/one-time-stuff/conf/sshd_config.conf @@ -1,12 +1,13 @@ # comment AuthenticationMethods publickey -LogLevel VERBOSE +PubkeyAuthentication yes PermitRootLogin no PasswordAuthentication no ChallengeResponseAuthentication no +UsePAM no -UsePAM yes +LogLevel VERBOSE X11Forwarding yes PrintMotd no AcceptEnv LANG LC_*