From f5e96dc47824c23b64ac835595ebaa03cfc4fc4a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 10 Sep 2013 16:26:32 +0200 Subject: [sshd] Disallow ssh login for "demo" user as the password is a little easy to guess ;) --- remote/modules/sshd/data/etc/ssh/sshd_config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'remote/modules/sshd') 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 + -- cgit v1.2.3-55-g7522