libgit2

git_credential_ssh_interactive_cb

Version:

Callback for interactive SSH credentials.

Signature

typedef void git_credential_ssh_interactive_cb(const char *name, int name_len, const char *instruction, int instruction_len, int num_prompts, const LIBSSH2_USERAUTH_KBDINT_PROMPT *prompts, LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses, void **abstract);

Parameters

const char *
In
name

the name

int
In
name_len

the length of the name

const char *
In
instruction

the authentication instruction

int
In
instruction_len

the length of the instruction

int
In
num_prompts

the number of prompts

In
responses

the responses

void **
In
abstract

the abstract

Parameter To

Versions