25 #ifndef SSH_TRANSPORT_H
26 #define SSH_TRANSPORT_H
28 #include "rtrlib/transport/transport.h"
47 char *server_hostkey_path;
48 char *client_privkey_path;
int tr_ssh_init(const struct tr_ssh_config *config, struct tr_socket *socket)
Initializes the tr_socket struct for a SSH connection.
A tr_ssh_config struct holds configuration data for an tr_ssh socket.
Definition: ssh_transport.h:42
A transport socket datastructure.
Definition: transport.h:95