libssh 0.12.0
The SSH library
Loading...
Searching...
No Matches
ssh_jump_callbacks_struct Struct Reference

Callback collection for managing an SSH proxyjump connection. More...

#include <callbacks.h>

Data Fields

void * userdata
ssh_jump_before_connection_callback before_connection
ssh_jump_verify_knownhost_callback verify_knownhost
ssh_jump_authenticate_callback authenticate

Detailed Description

Callback collection for managing an SSH proxyjump connection.

Set these callbacks to control knownhost verification and authentication on the jump host before the final destination is reached.

Field Documentation

◆ authenticate

ssh_jump_authenticate_callback ssh_jump_callbacks_struct::authenticate

Called to authenticate on the jump host.

◆ before_connection

ssh_jump_before_connection_callback ssh_jump_callbacks_struct::before_connection

Called before connecting to the jump host.

◆ userdata

void* ssh_jump_callbacks_struct::userdata

Userdata passed to each callback.

◆ verify_knownhost

ssh_jump_verify_knownhost_callback ssh_jump_callbacks_struct::verify_knownhost

Called to verify the jump host's identity.


The documentation for this struct was generated from the following file:
  • /home/asn/workspace/prj/oss/libssh/asn-docs/include/libssh/callbacks.h