cli: add ssh command to securely connect with nodes over ssh (#3568)

This commit is contained in:
miampf 2025-01-30 12:08:59 +00:00 committed by GitHub
parent e6048e093b
commit 706d1dff15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 471 additions and 41 deletions

View file

@ -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.