You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
416 B
14 lines
416 B
5 years ago
|
[Unit]
|
||
|
Description=Dropbear SSH Key Generator
|
||
|
Documentation=man:dropbearkey(8)
|
||
|
Before=dropbear.service
|
||
|
ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
|
||
|
ConditionPathExists=!/etc/dropbear/dropbear_dss_host_key
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
|
||
|
ExecStart=/usr/bin/dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
|
||
|
RemainAfterExit=yes
|
||
|
|