#1612 PR merged
: Make ssh key generation in recovery system also work for SysVinit¶
Labels: enhancement
, fixed / solved / done
, minor bug
jsmeix opened issue at 2017-11-30 14:53:¶
See
https://github.com/rear/rear/issues/1512#issuecomment-347912101
and subsequent comments, in particular see
https://github.com/rear/rear/issues/1512#issuecomment-347927227
but I decided to keep the
if grep -q '^ssh:' /etc/inittab ; then
in skel/default/etc/scripts/run-sshd
because as far as I understand it a
"ssh:23:respawn:..." entry in /etc/inittab is written by
rescue/default/500_ssh.sh only if sshd should be started.
jsmeix commented at 2017-11-30 15:02:¶
Because it works well for me both on SLES11 and SLES12
I would like to merge it soon unless there are objections.
jsmeix commented at 2017-11-30 15:37:¶
@OliverO2
many thanks for your prompt review!
[Export of Github issue for rear/rear.]