arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit abdc3573d35dbb561dd98beb8e11ee2767448ed6
parent 2206c28d0b9e1f6413377d6b3b53c60a26a1ae4b
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 28 Apr 2020 15:13:14 +0200

Force PAM in sshd.

Diffstat:
Mextra/generic-root/etc/ssh/sshd_config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/generic-root/etc/ssh/sshd_config b/extra/generic-root/etc/ssh/sshd_config @@ -81,7 +81,7 @@ ChallengeResponseAuthentication no # If you just want the PAM account and session checks to run without # PAM authentication, then enable this but set PasswordAuthentication # and ChallengeResponseAuthentication to 'no'. -UsePAM no +UsePAM yes #AllowAgentForwarding yes #AllowTcpForwarding yes