Magellan Linux

Contents of /trunk/dropbear/dropbear-keygen-ed25519.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3778 - (show annotations) (download)
Mon Sep 11 13:34:15 2023 UTC (7 months, 2 weeks ago) by niro
File size: 281 byte(s)
-fixed a typo: dropbear_host_ed25519_key -> dropbear_ed25519_host_key
1 [Unit]
2 Description=Dropbear ED25519 Keygeneration.
3 After=syslog.target
4 Before=sshd.service
5 ConditionPathExists=!/etc/dropbear/dropbear_ed25519_host_key
6
7 [Service]
8 Type=oneshot
9 ExecStart=/usr/bin/dropbearkey -t ed25519 -f /etc/dropbear/dropbear_ed25519_host_key
10 RemainAfterExit=yes