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