mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
feat: use SSH host certificates (#3786)
This commit is contained in:
parent
95f17a6d06
commit
7ea5c41f9b
34 changed files with 706 additions and 117 deletions
|
@ -1,4 +1,5 @@
|
|||
HostKey /run/ssh/ssh_host_ecdsa_key
|
||||
TrustedUserCAKeys /run/ssh/ssh_ca.pub
|
||||
HostKey /var/run/state/ssh/ssh_host_ed25519_key
|
||||
HostCertificate /var/run/state/ssh/ssh_host_cert.pub
|
||||
TrustedUserCAKeys /var/run/state/ssh/ssh_ca.pub
|
||||
PasswordAuthentication no
|
||||
ChallengeResponseAuthentication no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue