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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
challenge | SshKeyboardInteractiveChallenge |
Returns
Section titled “Returns”readonly string[] | Promise<readonly string[]>