RTRlib
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
tr_ssh_config Struct Reference

#include "ssh_transport.h"

Data Fields

char * bindaddr
 
char * client_privkey_path
 
char * host
 
unsigned int port
 
char * server_hostkey_path
 
char * username
 

Detailed Description

Parameters
hostHostname or IP address to connect to.
portPort to connect to.
bindaddrHostname or IP address to connect from. NULL for determination by OS.
usernameUsername for authentication.
server_hostkey_pathPath to public SSH key of the server or NULL to don't verify host authenticity.
client_privkey_pathPath to private key of the authentication keypair or NULL to use ~/.ssh/id_rsa.
Examples:
rtr_mgr.c, and ssh_tr.c.