Displaying 1 result from an estimated 1 matches for "channel_fwd_bind_addr".
2015 May 30
2
FWD: enable forwarding to remote named sockets in ssh
...t;connect_path)
+ host = fwd->connect_path;
+ else {
+ if (host == NULL) {
+ error("No forward host name.");
+ return 0;
+ }
+ if (strlen(host) >= NI_MAXHOST) {
+ error("Forward host name too long.");
+ return 0;
+ }
}
/* Determine the bind address, cf. channel_fwd_bind_addr() comment */
--
Karlsruhe Institute of Technology (KIT)
TECO - Technology for Pervasive Computing
Dr.-Ing. Dipl.-Inform. Till Riedel
Research Director TECO
post: KIT, TecO, Vincenz-Priessnitz-Str. 1, 76131 Karlsruhe, Germany
fon: +49 721 608-41706 , fax: +49 721 608-41702
email: riedel at teco.e...