edgeport - v1.0.3
    Preparing search index...

    Interface KeyboardPrompt

    Prompt presented by the server during keyboard-interactive auth.

    interface KeyboardPrompt {
        echo: boolean;
        prompt: string;
    }
    Index
    echo: boolean

    Whether the typed response should be echoed (false for passwords).

    prompt: string

    The prompt text to show the user.