|
libssh 0.12.0
The SSH library
|
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 |
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.
| ssh_jump_authenticate_callback ssh_jump_callbacks_struct::authenticate |
Called to authenticate on the jump host.
| ssh_jump_before_connection_callback ssh_jump_callbacks_struct::before_connection |
Called before connecting to the jump host.
| void* ssh_jump_callbacks_struct::userdata |
Userdata passed to each callback.
| ssh_jump_verify_knownhost_callback ssh_jump_callbacks_struct::verify_knownhost |
Called to verify the jump host's identity.