summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ltsp/ltsp.conf.itzks-systems-disklserver.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in b/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in
index dacc3b5..49d6439 100644
--- a/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in
+++ b/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in
@@ -64,7 +64,7 @@ POST_INIT_USE_FQDN="sed -i '/10.0.2.2/ s/server/tjener.intern tjener/' /etc/host
POST_INIT_SITESUMMARY="sed -i 's/main-server/ltsp-client/' /etc/sitesummary/hostclass"
MASK_SYSTEM_SERVICES="apache2 etckeeper icinga2 nmbd smbd systemd-journald isc-dhcp-server"
# uncomment this to enable SSH access to LTSP clients
-#KEEP_SYSTEM_SERVICES="ssh"
+KEEP_SYSTEM_SERVICES="ssh"
# Allow local root logins by setting a password hash for the root user.
# The hash contains $, making it hard to escape in POST_INIT_x="sed ...".