ssh: Add cipher, MAC, and key exchange configuration
This commit is contained in:
@@ -13,4 +13,7 @@ type SSHOutboundOptions struct {
|
||||
HostKey badoption.Listable[string] `json:"host_key,omitempty"`
|
||||
HostKeyAlgorithms badoption.Listable[string] `json:"host_key_algorithms,omitempty"`
|
||||
ClientVersion string `json:"client_version,omitempty"`
|
||||
Cipher badoption.Listable[string] `json:"cipher,omitempty"`
|
||||
MAC badoption.Listable[string] `json:"mac,omitempty"`
|
||||
KexAlgorithm badoption.Listable[string] `json:"kex_algorithm,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user