|
|
Subscribe / Log in / New account

Announcing printerd

Announcing printerd

Posted May 23, 2012 12:28 UTC (Wed) by krake (guest, #55996)
In reply to: Announcing printerd by nix
Parent article: Announcing printerd

"This is not rocket science -- it's the preferred way of handling X connections -- but as far as I can see D-Bus is incapable of it. Am I wrong?"

Can you explain how SSH can be used to forward Unix sockets other than X11's?

I have been looking for that for years but never found any example on how to do that.
Since it works for X11 it can't be rocket science but so far all indicators I've seen say that SSH is incapable of it.


to post comments

Announcing printerd

Posted May 24, 2012 0:28 UTC (Thu) by nix (subscriber, #2304) [Link] (3 responses)

You can't forward AF_UNIX sockets with OpenSSH generally :( like I said, doing this properly requires changes to OpenSSH too.

Announcing printerd

Posted May 24, 2012 9:31 UTC (Thu) by hppnq (guest, #14462) [Link] (2 responses)

Perhaps one could use socat.

Announcing printerd

Posted May 28, 2012 13:01 UTC (Mon) by nix (subscriber, #2304) [Link]

Probably. After all, socat can do anything. Downside: reading the manual requires dark rites first to prevent your brain dribbling out of your ears. It's the Emacs of netcats.

forwarding unix-domain sockets over ssh [was: Announcing printerd]

Posted May 30, 2012 1:35 UTC (Wed) by dkg (subscriber, #55359) [Link]

Yes, you can certainly use socat with ssh to forward UNIX-domain sockets.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds