mirror of
https://abf.rosa.ru/djam/openssh.git
synced 2025-02-24 18:23:00 +00:00
12 lines
307 B
SYSTEMD
12 lines
307 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=OpenSSH Server Key Generation
|
||
|
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
|
||
|
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
|
||
|
ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key
|
||
|
PartOf=sshd.service sshd.socket
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/sshd-keygen
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|