mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 07:20:37 -04:00
feat: implement RFC 16 to allow emergency node access (#3557)
This commit is contained in:
parent
c7369fa2a7
commit
3cc930fa97
27 changed files with 256 additions and 69 deletions
4
image/sysroot-tree/etc/ssh/sshd_config
Normal file
4
image/sysroot-tree/etc/ssh/sshd_config
Normal file
|
@ -0,0 +1,4 @@
|
|||
HostKey /run/ssh/ssh_host_ecdsa_key
|
||||
TrustedUserCAKeys /run/ssh/ssh_ca.pub
|
||||
PasswordAuthentication no
|
||||
ChallengeResponseAuthentication no
|
Loading…
Add table
Add a link
Reference in a new issue