Skip to content

SshKeyboardInteractiveHandler

type SshKeyboardInteractiveHandler = (challenge: SshKeyboardInteractiveChallenge) => readonly string[] | Promise<readonly string[]>;

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

Provides ordered answers for an SSH keyboard-interactive authentication challenge.

ParameterType
challengeSshKeyboardInteractiveChallenge

readonly string[] | Promise<readonly string[]>