Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3776 by niro, Fri Sep 1 09:57:52 2023 UTC revision 3777 by niro, Mon Sep 11 12:18:52 2023 UTC
# Line 1  Line 1 
1  [Unit]  [Unit]
2  Description=SSH ED25519 Keygeneration.  Description=Dropbear ED25519 Keygeneration.
3  After=syslog.target  After=syslog.target
4  Before=sshd.service  Before=sshd.service
5  ConditionPathExists=!/etc/ssh/ssh_host_ed25519_key  ConditionPathExists=!/etc/dropbear/dropbear_host_ed25519_key
6    
7  [Service]  [Service]
8  Type=oneshot  Type=oneshot
9  ExecStart=/usr/bin/ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key  ExecStart=/usr/bin/dropbearkey -t ed25519 -f /etc/dropbear/dropbear_host_ed25519_key
10  RemainAfterExit=yes  RemainAfterExit=yes

Legend:
Removed from v.3776  
changed lines
  Added in v.3777