forked from rpms/openssh
81d24c0aa7
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/openssh#a048fcc3d0920b13b79be801efbae08388212c5f
12 lines
247 B
Desktop File
12 lines
247 B
Desktop File
[Unit]
|
|
Description=OpenSSH %i Server Key Generation
|
|
ConditionFileNotEmpty=|!/etc/ssh/ssh_host_%i_key
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=-/etc/sysconfig/sshd
|
|
ExecStart=/usr/libexec/openssh/sshd-keygen %i
|
|
|
|
[Install]
|
|
WantedBy=sshd-keygen.target
|