25#ifndef SSH_TRANSPORT_H
26#define SSH_TRANSPORT_H
28#include "rtrlib/transport/transport.h"
56 char *server_hostkey_path;
57 char *client_privkey_path;
59 int (*new_socket)(
void *data);
60 unsigned int connect_timeout;
int tr_ssh_init(const struct tr_ssh_config *config, struct tr_socket *socket)
Initializes the tr_socket struct for a SSH connection.
A transport socket datastructure.
Definition transport.h:102
A tr_ssh_config struct holds configuration data for an tr_ssh socket.
Definition ssh_transport.h:51