Greetings All. I wonder if it's possible to implement unix-domain-socket forwarding in opnessh. It might very useful since "namespace" for unix sockets is much bigger than for tcp ports and it would be easier to avoid any "name" clashes. In fact such implementation already exists as agent forwarding so what is my wish is to be able to specify local and remote socket name just like for remote and local tcp port forwarding. Best regards, -- |/ |_, _ .- --, 2:480/135 at fido do ko?ca epoki unixa zosta?o |__ |_|. | \ |_|. ._' /_. 101:1000/135 at unholy 1070373572 sekund. ... Akcja oraz kiwi nabieraj? tempa...
On Wed, Feb 18, 2004 at 02:16:43PM +0100, Lukasz Stelmach wrote:> I wonder if it's possible to implement unix-domain-socket forwarding in > opnessh. It might very useful since "namespace" for unix sockets is > much bigger than for tcp ports and it would be easier to avoid any > "name" clashes. In fact such implementation already exists as agent > forwarding so what is my wish is to be able to specify local and remote > socket name just like for remote and local tcp port forwarding.yes, it's possible to implement. in fact early versions did support this with getaddrinfo returning unix domain sockets.