SshKeyboardInteractiveChallenge
Defined in: src/types/public.ts:142
Input passed to SSH keyboard-interactive answer providers.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
instructions | string | Server-provided instructions for the prompt set. | src/types/public.ts:146 |
language | string | Server-provided language tag, when supplied. | src/types/public.ts:148 |
name | string | Server-provided challenge title. | src/types/public.ts:144 |
prompts | readonly SshKeyboardInteractivePrompt[] | Ordered prompts that require answers. | src/types/public.ts:150 |