Re: xauth data + X connection to localhost:10.0 broken problem

2009-10-11 Thread Jon TURNEY
On 30/09/2009 10:51, Florent Fievez wrote: > Hi, > > It means that ssh does not found xauth binary. To get it working, try > adding to your ~/.ssh/config a line like : > > Host * > XAuthLocation /usr/bin/xauth > For the record, I believe this is a red herring. There was a brief interval

RE: xauth data + X connection to localhost:10.0 broken problem

2009-10-01 Thread Mike Ayers
> From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- > ow...@cygwin.com] On Behalf Of Florent Fievez > Sent: Thursday, October 01, 2009 12:27 AM > 2009/9/30 diego menezes : > > was installed I guess. So, how can get in here? Also, I believe the > line > > "XAuthLocation /usr/bin/xauth" is

Re: xauth data + X connection to localhost:10.0 broken problem

2009-10-01 Thread Florent Fievez
Hi, 2009/9/30 diego menezes : > > Hi there, > > First let me thank you guys for your reply. Now, when checking here I don't > see any config file in ~/.ssh, what means it was not generated when cygwin > was installed I guess. So, how can get in here? Also, I believe the line > "XAuthLocation /usr/

Re: xauth data + X connection to localhost:10.0 broken problem

2009-09-30 Thread diego menezes
Hi there, First let me thank you guys for your reply. Now, when checking here I don't see any config file in ~/.ssh, what means it was not generated when cygwin was installed I guess. So, how can get in here? Also, I believe the line "XAuthLocation /usr/bin/xauth" is actually "XAuthLocation /usr/

Re: xauth data + X connection to localhost:10.0 broken problem

2009-09-30 Thread Marc Girod
Hi, diego menezes wrote: > > Does anyone have any idea on what's going on? > I used to get something similar, which I worked around by setting my DISPLAY to: $($WHOAMI|sed -e 's/^.*(\(.*\)).*$/\1/'):0.0 (but this worked only for one hop)... until I read the FAQ again and added to my ~/.ssh/

xauth data + X connection to localhost:10.0 broken problem

2009-09-30 Thread Florent Fievez
Hi, It means that ssh does not found xauth binary. To get it working, try adding to your ~/.ssh/config a line like : Host *     XAuthLocation /usr/bin/xauth (It works with my cygwin installation, otherwise try locating xauth : which xauth in a cygwin console) Best regards, 2009/9/30 diego

xauth data + X connection to localhost:10.0 broken problem

2009-09-30 Thread diego menezes
Dear all, After installing Cygwin (default installation and then full installation) and trying to connect to my machine at Fermilab I got this message: Starting SSH connection to senna-clued0.fnal.gov... Warning: no xauth data; using fake authentication data for X11 forwarding When I try a simp