Annotation of /trunk/openssh/ssh-keygen-ecdsa.service
Parent Directory | Revision Log
Revision 1341 -
(hide annotations)
(download)
Thu Jun 2 20:31:54 2011 UTC (13 years, 5 months ago) by niro
File size: 300 byte(s)
Thu Jun 2 20:31:54 2011 UTC (13 years, 5 months ago) by niro
File size: 300 byte(s)
-added systemd units
1 | niro | 1341 | [Unit] |
2 | Description=SSH ECDSA Keygeneration. | ||
3 | After=syslog.target | ||
4 | Before=sshd.service | ||
5 | ConditionPathExists=!/etc/ssh/ssh_host_ecdsa_key | ||
6 | |||
7 | [Service] | ||
8 | Type=oneshot | ||
9 | ExecStart=/usr/bin/ssh-keygen -q -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -C '' -N '' | ||
10 | RemainAfterExit=yes | ||
11 | |||
12 | [Install] | ||
13 | WantedBy=multi-user.target |