SshAlgorithmPreferences
Defined in: src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:4
Algorithm lists exchanged during SSH KEXINIT negotiation.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
compressionClientToServer | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:5 |
compressionServerToClient | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:6 |
encryptionClientToServer | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:7 |
encryptionServerToClient | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:8 |
kexAlgorithms | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:9 |
languagesClientToServer | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:10 |
languagesServerToClient | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:11 |
macClientToServer | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:12 |
macServerToClient | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:13 |
serverHostKeyAlgorithms | readonly string[] | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:14 |