NegotiatedSshAlgorithms
Defined in: src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:18
Selected algorithms after intersecting client preferences with server capabilities.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
compressionClientToServer | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:19 |
compressionServerToClient | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:20 |
encryptionClientToServer | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:21 |
encryptionServerToClient | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:22 |
kexAlgorithm | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:23 |
languageClientToServer? | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:24 |
languageServerToClient? | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:25 |
macClientToServer | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:26 |
macServerToClient | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:27 |
serverHostKeyAlgorithm | string | src/protocols/ssh/transport/SshAlgorithmNegotiation.ts:28 |