Skip to content

SshSocketFactoryContext

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

Context passed to SSH socket factories before opening an SSH session.

PropertyTypeDescriptionDefined in
hoststringTarget SSH host from the resolved connection profile.src/types/public.ts:114
portnumberTarget SSH port from the resolved connection profile.src/types/public.ts:116
signal?AbortSignalAbort signal from the connection profile, when one is configured.src/types/public.ts:120
username?stringResolved username, when configured on the connection profile.src/types/public.ts:118