This commit is contained in:
domrichardson
2026-06-16 10:28:46 +01:00
parent 69010f4aa1
commit ff6f0fadaa
3 changed files with 39 additions and 11 deletions
+5 -1
View File
@@ -50,7 +50,11 @@ type ServerCommand struct {
}
type GenerateKeyCmd struct {
Label string `json:"label"`
Label string `json:"label"`
KeyType string `json:"key_type,omitempty"`
KeySize int `json:"key_size,omitempty"`
Passphrase string `json:"passphrase,omitempty"`
Comment string `json:"comment,omitempty"`
}
type AgentMessage struct {