408743d29d
Bump to version 2013.62 with ECC support. Switch the initscript to on-demand key generation and add systemd unit file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
208 B
Desktop File
11 lines
208 B
Desktop File
[Unit]
|
|
Description=Dropbear SSH daemon
|
|
After=syslog.target network.target auditd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/dropbear -F -R
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|