[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: stock ssh config problems
- From: Rex Dieter <rdieter math unl edu>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: stock ssh config problems
- Date: Wed, 21 Dec 2005 10:24:00 -0600
Jack Howarth wrote:
Is anyone else having trouble getting ssh to tunnel X11-forwarding?
On MacOS X the following works flawlessly...
1) Enable the Remote Login service (ssh) on remote.foo.bar
2) On local.foo.bar execute...
xhost +remote.foo.bar
Not(shouldn't be?) required if using X-forwarding. As a matter of fact,
by manually doing this (and setting DISPLAY below), you are effectively
disabling ssh's tunnelled X-forwarding.
ssh -X -l username remote.foo.bar
You may want to try the -Y option for "trusted" x forwarding
3) once logged into remote.foo.bar via ssh execute...
setenv DISPLAY local.foo.bar:0.0
Not(shouldn't be?) required if using X-forwarding.
-- Rex
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]