SshKeyboardInteractiveCredential
Defined in: src/protocols/ssh/auth/SshAuthSession.ts:58
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
respond | (name: string, instruction: string, prompts: { echo: boolean; prompt: string; }[]) => string[] | Promise<string[]> | Called for each INFO_REQUEST round. Return one string per prompt in order. | src/protocols/ssh/auth/SshAuthSession.ts:64 |
type | "keyboard-interactive" | - | src/protocols/ssh/auth/SshAuthSession.ts:59 |
username | string | - | src/protocols/ssh/auth/SshAuthSession.ts:60 |