On Sat, 26 Mar 2005 15:55:13 -0800, Mark Knecht <[EMAIL PROTECTED]> wrote:
> ssh -X -Y -C -c blowfish -l mark IP-address
> 
> I'm now logged on successfully to a remote machine. I can run X apps
> and display them here successfully. Let's say that I wanted to run
> Gnome on the machine at the other end but see it displayed here on
> display #2. How can I do that? If I do the same startx -- :2 it
> creates a second display at the far end. I'd like to pipe that to a
> second display here but I haven't grasped how to do that.

Ssh forwards windows from the remote computer to whatever display you
have set in your DISPLAY variable on the local computer.

So, in this case, you would want to start the xserver on your local
computer, then run

DISPLAY=:2 ssh -X -Y -C -c blowfish -l mark IP-address

to forward apps on the remote computer to your second local display

-- 
Calvin Walton
--
gentoo-user@gentoo.org mailing list

Reply via email to