14 Commits

Author SHA1 Message Date
miampf
f8f2490011
remove dot 2025-01-30 12:21:09 +01:00
miampf
8577d23e5c
use cobra.Command 2025-01-30 12:21:08 +01:00
miampf
21c9cd6a26
implement small changes 2025-01-30 12:21:08 +01:00
miampf
b5fddcd254
wrote test for ssh subcommand 2025-01-30 12:21:07 +01:00
miampf
bee3f6c159
added test for CA generation + use SeedSize constant
Previously, I just hard coded 256 as the key length that seeds the key
generation since it worked. Now, it uses ed25519.SeedSize (32) instead.
2025-01-30 12:21:07 +01:00
miampf
0be301fa3a
please CI 2025-01-30 12:21:06 +01:00
miampf
241d0cd88d
refactoring 2025-01-30 12:21:06 +01:00
miampf
9363206662
use suffix for emergency ssh DEK key 2025-01-30 12:21:05 +01:00
miampf
2a7408bc16
check if directory constellation-terraform exists 2025-01-30 12:21:04 +01:00
miampf
52792e2cde
use existing MasterSecret type + fix autoformatting 2025-01-30 12:21:04 +01:00
miampf
53b84d8398
add sensible error messages to CLI 2025-01-30 12:21:04 +01:00
miampf
5a357eb454
added clarifying comment in ssh command code 2025-01-30 12:21:04 +01:00
miampf
53a9af82e0
adjusted client side key derivation 2025-01-30 12:21:03 +01:00
miampf
1850d4b327
add ssh subcommand 2025-01-30 12:21:02 +01:00