[Git-commits] [grml/grml-live] f9fe08: Fix failing systemd ssh.service
Darshaka Pathirana
dpat at syn-net.org
Fri Nov 18 12:43:22 CET 2016
Branch: refs/heads/mika/systemd
Home: https://github.com/grml/grml-live
Commit: f9fe08fe624311a4a9dd55a7985870c9dd78fdd1
https://github.com/grml/grml-live/commit/f9fe08fe624311a4a9dd55a7985870c9dd78fdd1
Author: Darshaka Pathirana <dpat at syn-net.org>
Date: 2016-11-18 (Fri, 18 Nov 2016)
Changed paths:
M etc/grml/fai/config/files/etc/systemd/system/ssh-bootoption.service/GRMLBASE
R etc/grml/fai/config/files/etc/systemd/system/ssh-keygen.service/GRMLBASE
A etc/grml/fai/config/files/etc/systemd/system/ssh.service/GRMLBASE
Log Message:
-----------
Fix failing systemd ssh.service
SSH needs host keys which previously were generated by
ssh-keygen.service. But the generation of the host keys is not a
"service" and must only be done when no host keys exist.
Also ssh-bootoption.service was aliased with sshd.service which itself
depends on the kernel option "ssh" which prevents starting of ssh. So I
removed the alias entry.
More information about the Git-commits
mailing list