diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-07 15:13:09 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-07 15:13:09 +0100 |
commit | c564ea1f9a67772b65c51e3aef7a0a6f0c42430d (patch) | |
tree | 81344ea308724d3cb93d1a0d51d5d947409db058 /etc/ltsp | |
parent | 89f7cc9041fd8f95c0fd34590e5eed90e8fe072e (diff) | |
download | itzks-systems-c564ea1f9a67772b65c51e3aef7a0a6f0c42430d.tar.gz itzks-systems-c564ea1f9a67772b65c51e3aef7a0a6f0c42430d.tar.bz2 itzks-systems-c564ea1f9a67772b65c51e3aef7a0a6f0c42430d.zip |
etc/ltsp/ltsp.conf.itzks-systems-disklserver.in: Enable ssh service by default.
Diffstat (limited to 'etc/ltsp')
-rw-r--r-- | etc/ltsp/ltsp.conf.itzks-systems-disklserver.in | 2 |
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 ...". |