RTRlib
|
An implementation of the SSH protocol for the RTR transport. More...
Data Structures | |
struct | tr_ssh_config |
A tr_ssh_config struct holds configuration data for an tr_ssh socket. More... | |
Functions | |
int | tr_ssh_init (const struct tr_ssh_config *config, struct tr_socket *socket) |
Initializes the tr_socket struct for a SSH connection. | |
An implementation of the SSH protocol for the RTR transport.
This transport implementation uses libssh (http://www.libssh.org/) for all ssh specific operations.
See transport interface for a list of supported operations.
int tr_ssh_init | ( | const struct tr_ssh_config * | config, |
struct tr_socket * | socket | ||
) |
#include <rtrlib/transport/ssh/ssh_transport.h>
Initializes the tr_socket struct for a SSH connection.
[in] | config | SSH configuration for the connection. |
[out] | socket | Initialized transport socket. |