Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-05 Thread Derek Homeier
On Tuesday, November 5, 2002, at 01:57 AM, Martin Costabel wrote: I have also heard from people who use /usr/sbin/sshd for X forwarding without problems, yet I never got it to work with any of our Macs. There were problems with X forwarding in the earlier 10.0 versions of MacOSX. Since a long

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-04 Thread hodelas
Stupid questions are often the most valuable; yes, I did check that DISPLAY was set on my home machine (I can never get client and Server straight in my head, but I think this is the server, the physical display, and DISPLAY is set to :0 [localhost:~] hodelas% echo $DISPLAY :0 [localhost:~]

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-04 Thread hodelas
[mymachine:~] hodelas% find .[a-z]* -type f -exec grep DISPLAY {} \; -print echo $DISPLAY .bash_history echo $DISPLAY .tcsh_history .cshrc only souces /sw/bin/init.csh, so I'm at a loss of where else to look. On Monday, November 4, 2002, at 01:58 AM, Hisashi T Fujinaka wrote: And now that I

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-04 Thread hodelas
On Sunday, November 3, 2002, at 10:11 PM, Derek Homeier wrote: Finally, I never got X11 forwarding to work with OS X's openssh daemon, so you may want to make sure that it is actually /sw/sbin/sshd that's running and nothing else. As a last diagnostic tool, you can start the daemon manually

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-04 Thread Derek Homeier
On Monday, November 4, 2002, at 11:16 AM, [EMAIL PROTECTED] wrote: Finally, I never got X11 forwarding to work with OS X's openssh daemon, so you may want to make sure that it is actually /sw/sbin/sshd that's running and nothing else. As a last diagnostic tool, you can start the daemon

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-04 Thread Martin Costabel
Derek Homeier wrote: [] I have also heard from people who use /usr/sbin/sshd for X forwarding without problems, yet I never got it to work with any of our Macs. There were problems with X forwarding in the earlier 10.0 versions of MacOSX. Since a long time now I haven't had any problem

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread hodelas
in /sw/etc/ssh/sshd_config and /etc/sshd_config X11Forwarding yes all other values as installed. Another possible culprit (I need to check) are the MATLAB-installed changes to X11R6 under Jaguar. I did a re-install of X11R6 while at work tonight; I'll try it out again when I get home to see

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Hisashi T Fujinaka
I usually start deleting .Xauthority until things work. On Sun, 3 Nov 2002 [EMAIL PROTECTED] wrote: in /sw/etc/ssh/sshd_config and /etc/sshd_config X11Forwarding yes all other values as installed. Another possible culprit (I need to check) are the MATLAB-installed changes to X11R6 under

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread hodelas
Thanks. Neither than nor my Matlab X11R6 patch idea seemed to have any effect. On Sunday, November 3, 2002, at 03:12 AM, Hisashi T Fujinaka wrote: I usually start deleting .Xauthority until things work. On Sun, 3 Nov 2002 [EMAIL PROTECTED] wrote: in /sw/etc/ssh/sshd_config and

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Hisashi T Fujinaka
Now that I read your message, I think my fix isn't valid. You also need to make sure you restart sshd after editing the file (or 'kill -HUP' it to have it re-read the config file) and then do some hunting by starting ssh with some -v's like: ssh -v -v -v [EMAIL PROTECTED] On Sun, 3 Nov 2002

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread hodelas
ssh -X -v -v -v ${mymachine} yields; [skipped output not related to X11] debug2: x11_get_proto /usr/X11R6/bin/xauth list :0 2/dev/null debug1: Requesting X11 forwarding with authentication spoofing. debug1: channel request 0: x11-req debug1: channel request 0: shell debug1: fd 3 setting

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Derek Homeier
On Sunday, November 3, 2002, at 04:38 PM, [EMAIL PROTECTED] wrote: ssh -X -v -v -v ${mymachine} yields; [skipped output not related to X11] debug2: x11_get_proto /usr/X11R6/bin/xauth list :0 2/dev/null debug1: Requesting X11 forwarding with authentication spoofing. debug1: channel request 0:

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Martin Costabel
[EMAIL PROTECTED] wrote: [] be to blame. I can remote log in, but the DISPLAY variable is still missing. Sorry for the stupid question, but nobody asked before: Are you sure that you did set DISPLAY in the window from which you are doing your ssh? -- Martin

[Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-02 Thread hodelas
I just upgraded my office machine to Jaguar and am no longer able to run X-apps from home due to X-forwarding problems. I've set ForwardX11 to yes in both /etc/ssh_config and (after installing openssh from fink) in /sw/etc/ssh/ssh_config. I've also tried logging in with ssh -X [EMAIL

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-02 Thread Martin Costabel
[EMAIL PROTECTED] wrote: I just upgraded my office machine to Jaguar and am no longer able to run X-apps from home due to X-forwarding problems. I've set ForwardX11 to yes in both /etc/ssh_config and (after installing openssh from fink) in /sw/etc/ssh/ssh_config. I've also tried logging And