make key path a constant

This commit is contained in:
miampf 2025-01-09 15:24:04 +01:00
parent 5053c4581d
commit 6ec18eb7ca
No known key found for this signature in database
GPG key ID: EF039364B5B6886C
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,8 @@ const (
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.