SSH Communications Security
Previous Next Up [Contents] [Index]

    About This Document>>
    Introduction to SSH Secure Shell >>
    Configuring SSH Secure Shell >>
    Authentication >>
        Server Authentication>>
        User Authentication>>
        Keyboard-Interactive Authentication >>
            Overview
            Configuring the Server and Client
            Adding New Authentication Methods >>
                init Type
                free Type
                SshKbdIntSubMethodCB Type
                SshKbdIntSubMethodConv Type
    Log Messages >>
    Using SSH Secure Shell >>
    Tool Syntax>>
    Technical Specifications >>

SshKbdIntSubMethodCB Type

Synopsis

typedef void (*SshKbdIntSubMethodCB)(size_t num_resp,
    char **resps,
    Boolean cancel,
    void *context);

Description

A function of this type is passed to the conversation function. It is called after the responses are received from the client.

Arguments

num_resp
The size of the resps array.

resps
The responses received from the client.

cancel
If this value is TRUE, the submethod should abort the authentication, and get ready to be destroyed (with the free function).

context
The allocated context.

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2003 SSH Communications Security Corp.
All rights reserved.
Copyright Notice