mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-01 18:15:08 -05:00
sshd
config and creation of create-host-ssh-key
service
This commit is contained in:
parent
c91a4a498c
commit
86fa03cbf3
1
image/base/mkosi.skeleton/etc/ssh/sshd_config
Normal file
1
image/base/mkosi.skeleton/etc/ssh/sshd_config
Normal file
@ -0,0 +1 @@
|
||||
HostKey /run/ssh_host_ecdsa_key
|
@ -0,0 +1,10 @@
|
||||
[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
|
Loading…
x
Reference in New Issue
Block a user