Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
KeyExchangeList property
Determines list of key exchange algorithms supported and offered by wodSSHTunnel.
Type
A String value. Key exchange algorithms supported and offered by wodSSHTunnel.Syntax
- Basic
object.KeyExchangeList [= value]
The KeyExchangeList(object,value) syntax has these parts:
The KeyExchangeList(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodTunnel. |
value | A String value. |
Remarks
KeyExchangeList property holds list of all supported and offered key exchange algorithms that can be used when client connects to the server. By default KeyExchangeList will contain this listecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
but you can change it and remove or rearrange algorithms to suit your needs. Note that order of supported algorithms is VERY important since client makes a choice of used key exchange. Removing them means wodSSHTunnel will not use them. Adding new unlisted key exchange algorithm will cause wodSSHTunnel to fail to connect.