diff options
author | xyz <gky44px1999@gmail.com> | 2023-10-23 22:17:39 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2023-10-23 22:17:39 -0700 |
commit | ef9423f9c668738ff6d566780143210815783a31 (patch) | |
tree | 62890d6aee537cbeaea7e9fa8ae2899711bd9bbd /etc/ssh | |
parent | 4b0715507b20a1c1b96aa90c4e91689d7bb7c0cd (diff) |
temp edit
Diffstat (limited to 'etc/ssh')
-rw-r--r-- | etc/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 0b641296..ad7e1f20 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -79,7 +79,7 @@ KbdInteractiveAuthentication no # If you just want the PAM account and session checks to run without # PAM authentication, then enable this but set PasswordAuthentication # and KbdInteractiveAuthentication to 'no'. -UsePAM no +UsePAM yes #AllowAgentForwarding yes #AllowTcpForwarding yes |