diff --git a/cli/internal/cmd/ssh.go b/cli/internal/cmd/ssh.go index 9e4a66b1e..b272bf5b5 100644 --- a/cli/internal/cmd/ssh.go +++ b/cli/internal/cmd/ssh.go @@ -57,6 +57,7 @@ func runSSH(cmd *cobra.Command, _ []string) error { return err } + // NOTE(miampf): Since other KMS aren't fully implemented yet, this commands assumes that the cKMS is used and derives the key accordingly. var mastersecret secret if err = fh.ReadJSON(fmt.Sprintf("%s.json", constants.ConstellationMasterSecretStoreName), &mastersecret); err != nil { return err