mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-12 18:09:29 -04:00
10 lines
186 B
Desktop File
10 lines
186 B
Desktop File
[Unit]
|
|
Description=Create a host SSH key
|
|
Before=sshd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=ssh-keygen -t ecdsa -q -N "" /run/ssh_host_ecdsa_key
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|