|
libssh 0.12.0
The SSH library
|
Holds connection details for an SSH proxyjump host. More...
#include <misc.h>
Data Fields | |
| char * | hostname |
| char * | username |
| int | port |
Holds connection details for an SSH proxyjump host.
| char* ssh_jump_info_struct::hostname |
Hostname or IP address of the jump host.
| int ssh_jump_info_struct::port |
Port number of the jump host.
| char* ssh_jump_info_struct::username |
Username to authenticate with on the jump host.