Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3771 - (show annotations) (download)
Fri Sep 1 09:57:52 2023 UTC (9 months ago) by niro
File size: 255 byte(s)
-added service to generate ed25519 keys
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 -t ed25519 -f /etc/ssh/ssh_host_ed25519_key
10 RemainAfterExit=yes