SshKeyboardInteractivePrompt
Defined in: src/types/public.ts:134
Prompt metadata supplied by an SSH keyboard-interactive server challenge.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
echo? | boolean | Whether the answer may be echoed to a terminal or UI. | src/types/public.ts:138 |
prompt | string | Human-readable prompt text supplied by the SSH server. | src/types/public.ts:136 |