Callback for interactive SSH credentials.
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);
const char *
In
instruction
the authentication instruction
int
In
instruction_len
the length of the instruction