search for: af_exec

Displaying 1 result from an estimated 1 matches for "af_exec".

Did you mean: mf_exec
2007 Feb 05
1
tunneling support for PF_UNIX sockets
...t different address families? Quick_n_dirty way would be prefixing host_address with some predefined "illegal" character (e.g. '#'), to signal the AF_UNIX address. But I see that general, expandable naming convention would give more. One could e.g. define an address space of "AF_EXEC", which would execute program on remote host every time new tunnel is initiated. I was thinking something like: "AF_UNIX::/home/user/dir/sock_file" for UNIX sockets (ssh -newflag 8080:AF_UNIX::/home/user/dir/sock_file hostname.com) "AF_INET::localhost:80" for tcp redirectio...