9 lines
203 B
Desktop File
9 lines
203 B
Desktop File
[Unit]
|
|
Description=OpenSSH Server Key Generation
|
|
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
|
|
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/sshd-keygen
|
|
Type=oneshot
|