diff options
| -rw-r--r-- | remote/modules/sshd/data/etc/ssh/sshd_config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remote/modules/sshd/data/etc/ssh/sshd_config b/remote/modules/sshd/data/etc/ssh/sshd_config index da9e5e01..3b7d65a6 100644 --- a/remote/modules/sshd/data/etc/ssh/sshd_config +++ b/remote/modules/sshd/data/etc/ssh/sshd_config @@ -85,3 +85,8 @@ Subsystem sftp /usr/lib/openssh/sftp-server # PAM authentication, then enable this but set PasswordAuthentication # and ChallengeResponseAuthentication to 'no'. UsePAM yes + +# OpenSLX +DenyUsers demo +UseDNS no + |
