
tanguy+openssh at ortolo
Mar 5, 2012, 1:21 AM
Views: 1327
Permalink
|
Hello, There is one option I would love to see with OpenSSH: generic Unix socket forwarding. Something like that: $ ssh -L /tmp/pulse-2L9K88eMlGn7/native:/tmp/pulse-42 remotehost (and the same with -R) The code should already be here, since OpenSSH already implements two specific cases of Unix socket forwarding: X11 and SSH agent forwarding. Having an option for generic Unix socket forwarding would allow for any number of other cases, including audio server, PGP agent, keyring server or whatever. Regards, -- Tanguy Ortolo
|