diff options
| author | Christian Rößler | 2013-09-10 16:51:57 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-10 16:51:57 +0200 |
| commit | 9dd2b4a2fff23a83a49079663e9a7c11574c8baa (patch) | |
| tree | 77de2ad880c8ba506501a55c7abb47fb08fcbc17 | |
| parent | [system.inc] LIB64 depending on SYS_DISTRIBUTION now perror, not pwarning. (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-9dd2b4a2fff23a83a49079663e9a7c11574c8baa.tar.gz tm-scripts-9dd2b4a2fff23a83a49079663e9a7c11574c8baa.tar.xz tm-scripts-9dd2b4a2fff23a83a49079663e9a7c11574c8baa.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -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 + |
