Home
last modified time | relevance | path

Searched defs:ssh_sock (Results 1 – 1 of 1) sorted by relevance

/dports/net/bird2/bird-2.0.8/lib/
H A Dsocket.h21 struct ssh_sock { struct
22 const char *username; /* (Required) SSH user name */
23 …hostkey_path; /* (Optional) Filepath to the SSH public key of remote side, can be knownhost file */
24 const char *client_privkey_path; /* (Optional) Filepath to the SSH private key of BIRD */
25 const char *subsystem; /* (Optional) Name of SSH subsytem */
26 ssh_session session; /* Internal */
27 ssh_channel channel; /* Internal */
28 int state; /* Internal */