Skip to content

SshAlgorithmPreferences

Defined in: src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:4

Algorithm lists exchanged during SSH KEXINIT negotiation.

PropertyTypeDefined in
compressionClientToServerreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:5
compressionServerToClientreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:6
encryptionClientToServerreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:7
encryptionServerToClientreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:8
kexAlgorithmsreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:9
languagesClientToServerreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:10
languagesServerToClientreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:11
macClientToServerreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:12
macServerToClientreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:13
serverHostKeyAlgorithmsreadonly string[]src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:14