Re: Accessing RedHat Linux 8 system
Re: Accessing RedHat Linux 8 system
- Subject: Re: Accessing RedHat Linux 8 system
- From: bryan <email@hidden>
- Date: Fri, 28 Feb 2003 09:36:31 +1300
On Thursday, February 27, 2003, at 10:39 PM, Jonas Maebe wrote:
I have tried a few programs and they all work if i specify them on
the command line with my ssh login, but fail if specified after I
have logged in and are attempting to execute from the remote shell.
my ssh version...
That's irrelevant, this setting only matters when you log in remotely
using ssh. When you login locally, ssh isn't used at all (and so its
config options aren't either).
Thanks Jonas,
I often (and this is obviously no exception) don't explain myself well
enough. Sorry about that.
This works:
[habanero:~] bryan% ssh -X ecstasy /usr/bin/program
and this does not:
[habanero:~] bryan% ssh -X e
[bryan@ecstasy bryan]$ /usr/bin/same-gnome
the error reported:
X11 connection rejected because of wrong authentication.
Gdk-ERROR **: X connection to ecstasy:10.0 broken (explicit kill or
server shutdown).
-Using the traditional method of using xhost to allow the connection
and **NOT** attempting to use the "-X" flag works.
-Are you even supposed to be able to launch xapplications after the ssh
login completes (not on the same line as the ssh login command) and
have them display on a remote desktop when using the "-X" flag" ?
-I have also added your file ~.ssh/rc to ecstasy (remote LinuxPPC
machine) and unfortunately this is still not helping.
any other ideas?
--
bryan
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.