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_*