mgahagan / rpms / openssh

Forked from rpms/openssh 6 years ago
Clone
678b808
[Unit]
678b808
Description=OpenSSH Server Key Generation
678b808
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
9060bbe
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
d1c2eb2
ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key
d1c2eb2
PartOf=sshd.service sshd.socket
678b808
678b808
[Service]
678b808
ExecStart=/usr/sbin/sshd-keygen
678b808
Type=oneshot
d1c2eb2
RemainAfterExit=yes