GIF94;
| Path : /lib/systemd/system/ |
| Current File : //lib/systemd/system/sshd-keygen.service |
[Unit] Description=Generate sshd host keys on first boot ConditionFirstBoot=yes ConditionPathIsReadWrite=/etc/ssh ConditionPathIsSymbolicLink=!/etc/ssh Before=ssh.service sshd.service sshd@.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=ssh-keygen -A [Install] WantedBy=ssh.service sshd.service sshd@.service ssh.socket