Magellan Linux

Annotation of /trunk/dropbear/dropbear-keygen-ecdsa.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2357 - (hide annotations) (download)
Thu Dec 19 12:28:23 2013 UTC (10 years, 5 months ago) by niro
File size: 315 byte(s)
-dropbear supports ecdsa now
1 niro 2357 [Unit]
2     Description=Dropbear ECDSA Keygeneration.
3     After=syslog.target
4     Before=dropbear.service
5     ConditionPathExists=!/etc/dropbear/dropbear_ecdsa_host_key
6    
7     [Service]
8     Type=oneshot
9     ExecStart=/usr/bin/dropbearkey -t ecdsa -f /etc/dropbear/dropbear_ecdsa_host_key
10     RemainAfterExit=yes
11    
12     [Install]
13     WantedBy=multi-user.target