mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 19:43:34 +00:00
add ssh destination to connection config
This commit is contained in:
@@ -6,6 +6,6 @@ type Cluster struct {
|
||||
Name string `toml:"-"`
|
||||
Machines []MachineConnection `toml:"machines"`
|
||||
Secret secret.Secret `toml:"secret"`
|
||||
// UserKey is the user's WireGuard private key used to connect to cluster machines.
|
||||
UserKey secret.Secret `toml:"user_key"`
|
||||
// UserPrivateKey is the user's WireGuard private key used to connect to cluster machines.
|
||||
UserPrivateKey secret.Secret `toml:"user_private_key"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user