diff --git a/files/etc/ssh/sshd_config b/files/etc/ssh/sshd_config index 891ac463d366cb818a4cae63dd7b21a93f7cd0d9..e91cb4149f31ff6d908157f43ebe5898920e3890 100644 --- a/files/etc/ssh/sshd_config +++ b/files/etc/ssh/sshd_config @@ -7,4 +7,5 @@ KbdInteractiveAuthentication no PrintMotd no AcceptEnv LANG LC_* Subsystem sftp /usr/lib/openssh/sftp-server +UsePAM yes AllowGroups ssh \ No newline at end of file