Magellan Linux

Contents of /trunk/openssh/ssh-keygen-ed25519.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2416 - (show annotations) (download)
Wed Mar 5 12:50:33 2014 UTC (10 years, 1 month ago) by niro
File size: 270 byte(s)
-added ed25519 keygen service
1 [Unit]
2 Description=SSH ED25519 Keygeneration.
3 After=syslog.target
4 Before=sshd.service
5 ConditionPathExists=!/etc/ssh/ssh_host_ed25519_key
6
7 [Service]
8 Type=oneshot
9 ExecStart=/usr/bin/ssh-keygen -q -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -C '' -N ''
10 RemainAfterExit=yes