SshSocketFactoryContext
Defined in: src/types/public.ts:112
Context passed to SSH socket factories before opening an SSH session.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
host | string | Target SSH host from the resolved connection profile. | src/types/public.ts:114 |
port | number | Target SSH port from the resolved connection profile. | src/types/public.ts:116 |
signal? | AbortSignal | Abort signal from the connection profile, when one is configured. | src/types/public.ts:120 |
username? | string | Resolved username, when configured on the connection profile. | src/types/public.ts:118 |