mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
node: reference host certificate
This commit is contained in:
parent
f4d8f87436
commit
df3ed93e50
@ -10,4 +10,3 @@ enable measurements.service
|
||||
enable export_constellation_debug.service
|
||||
enable systemd-timesyncd
|
||||
enable udev-trigger.service
|
||||
enable create-host-ssh-key.service
|
||||
|
@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Create a host SSH key
|
||||
Before=network-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash -c "mkdir -p /run/ssh; ssh-keygen -t ecdsa -q -N '' -f /run/ssh/ssh_host_ecdsa_key"
|
||||
|
||||
[Install]
|
||||
WantedBy=network-pre.target
|
@ -1,4 +1,5 @@
|
||||
HostKey /run/ssh/ssh_host_ecdsa_key
|
||||
HostCertificate /run/ssh/ssh_host_cert.pub
|
||||
TrustedUserCAKeys /run/ssh/ssh_ca.pub
|
||||
PasswordAuthentication no
|
||||
ChallengeResponseAuthentication no
|
||||
|
Loading…
x
Reference in New Issue
Block a user