A tr_ssh_config struct holds configuration data for an tr_ssh socket. More...
#include <ssh_transport.h>
Data Fields | |
| char * | bindaddr |
| char * | client_privkey_path |
| char * | host |
| unsigned int | port |
| char * | server_hostkey_path |
| char * | username |
| host | Hostname or IP address to connect to. | |
| port | Port to connect to. | |
| bindaddr | Hostname or IP address to connect from. NULL for determination by OS. | |
| username | Username for authentication. | |
| server_hostkey_path | Path to public SSH key of the server or NULL to don't verify host authenticity. | |
| client_privkey_path | Path to private key of the authentication keypair or NULL to use ~/.ssh/id_rsa. |
1.6.1