Skip to content

SshKeyboardInteractiveCredential

Defined in: src/protocols/ssh/auth/SshAuthSession.ts:58

PropertyTypeDescriptionDefined 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
usernamestring-src/protocols/ssh/auth/SshAuthSession.ts:60