Skip to content

negotiateSshAlgorithms

function negotiateSshAlgorithms(client: SshAlgorithmPreferences, server: SshAlgorithmPreferences): NegotiatedSshAlgorithms;

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

Intersects client and server algorithm lists using SSH’s client-priority selection model.

ParameterType
clientSshAlgorithmPreferences
serverSshAlgorithmPreferences

NegotiatedSshAlgorithms