Skip to content

SshKeyboardInteractiveChallenge

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

Input passed to SSH keyboard-interactive answer providers.

PropertyTypeDescriptionDefined in
instructionsstringServer-provided instructions for the prompt set.src/types/public.ts:146
languagestringServer-provided language tag, when supplied.src/types/public.ts:148
namestringServer-provided challenge title.src/types/public.ts:144
promptsreadonly SshKeyboardInteractivePrompt[]Ordered prompts that require answers.src/types/public.ts:150