From c564ea1f9a67772b65c51e3aef7a0a6f0c42430d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 7 Feb 2022 15:13:09 +0100 Subject: etc/ltsp/ltsp.conf.itzks-systems-disklserver.in: Enable ssh service by default. --- etc/ltsp/ltsp.conf.itzks-systems-disklserver.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...". -- cgit v1.2.3