summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-05 09:48:21 +0100
committerSimon Rettberg2019-03-05 09:48:21 +0100
commit82f6638eb382f3d7a9ed98ed710d9ad6fdb13a59 (patch)
treea4ac958fe5ae3e5e6765a1213d2c0b6585cfdd83
parent[*IPxe*] Copy legacy files with .0 appended (compat) (diff)
downloadtmlite-bwlp-82f6638eb382f3d7a9ed98ed710d9ad6fdb13a59.tar.gz
tmlite-bwlp-82f6638eb382f3d7a9ed98ed710d9ad6fdb13a59.tar.xz
tmlite-bwlp-82f6638eb382f3d7a9ed98ed710d9ad6fdb13a59.zip
[SshdConfigGenerator] Only allow root to login
-rw-r--r--data/sshd_config.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sshd_config.template b/data/sshd_config.template
index 0a73779..6813dcd 100644
--- a/data/sshd_config.template
+++ b/data/sshd_config.template
@@ -29,6 +29,6 @@ Banner /etc/issue.net
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
-DenyUsers demo
+AllowUsers root
UseDNS no