mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-27 12:01:04 -04:00
cli: add ssh
command to securely connect with nodes over ssh (#3568)
This commit is contained in:
parent
e6048e093b
commit
706d1dff15
18 changed files with 471 additions and 41 deletions
|
@ -42,6 +42,10 @@ const (
|
|||
DefaultWorkerGroupName = "worker_default"
|
||||
// CLIDebugLogFile is the name of the debug log file for constellation init/constellation apply.
|
||||
CLIDebugLogFile = "constellation-debug.log"
|
||||
// SSHCAKeySuffix is the suffix used together with the DEKPrefix to derive an SSH CA key for emergency ssh access.
|
||||
SSHCAKeySuffix = "ca_emergency_ssh"
|
||||
// SSHCAKeyPath is the path to the emergency SSH CA key on the node.
|
||||
SSHCAKeyPath = "/run/ssh/ssh_ca.pub"
|
||||
|
||||
//
|
||||
// Ports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue