Skip to content

SshAlgorithms

type SshAlgorithms = Record<string, SshAlgorithmOverride | undefined>;

Defined in: src/types/public.ts:109

SSH transport algorithm overrides accepted by SFTP providers.