On Friday 22 August 2008 12:58:24 Roberto Nunnari wrote:
> Humm.. it's a pity that ssh -Y or -X will only listen on the
> loopback interface, but for sure there are good reasons it
> is done that way.

I guess -X achieves a particular goal, that is being
able to login to a remote box, run X11 apps and make
them use your local X11 display. Everything else is
beyond its scope...

You can however use your favorite NAT to translate
requests for, let's say:
192.168.0.1:6000 to 127.0.0.1:6000

and have the 127.0.0.1 bound socket exposed to the
network...

Nikos
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to