RE: Warning: No xauth data

2008-11-15 Thread Benn Schreiber
Thanks for the hints on this, I've managed to get it working without the warning message. Here's what I did: bash$ xauth xauth> add :0 . hexnumber # I used FACEFEEDFACEFEED xauth> add localhost:0 . hexnumber xauth> exit my .ssh/config has: ForwardX11Trusted yes XAuthLocation /usr/bin/xauth

Re: Warning: No xauth data

2008-11-14 Thread Jon TURNEY
Yaakov (Cygwin Ports) wrote: > Jon TURNEY wrote: >> Hmmm it seems that ssh needs to run xauth to do connection forwarding, >> but >> is still trying to use /usr/X11R6/bin/xauth, rather than /usr/bin/xauth (and >> prints a slightly misleading message in this case) > >> In which case, until that

Re: Warning: No xauth data

2008-11-14 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon TURNEY wrote: > Hmmm it seems that ssh needs to run xauth to do connection forwarding, but > is still trying to use /usr/X11R6/bin/xauth, rather than /usr/bin/xauth (and > prints a slightly misleading message in this case) > > In which case,

Re: Warning: No xauth data

2008-11-14 Thread Chuck
Jon TURNEY wrote: > Chuck wrote: >> Started getting this warning on ssh sessions that forward X11 after >> upgrading to the new X11 package yesterday. I forward X11 on all ssh >> connections via a line in ~/.ssh/ssh_config. > > Hmmm it seems that ssh needs to run xauth to do connection forward

Re: Warning: No xauth data

2008-11-14 Thread Jon TURNEY
Chuck wrote: > Started getting this warning on ssh sessions that forward X11 after > upgrading to the new X11 package yesterday. I forward X11 on all ssh > connections via a line in ~/.ssh/ssh_config. Hmmm it seems that ssh needs to run xauth to do connection forwarding, but is still trying to

Re: Warning: No xauth data - ssh looking for xauth in wrong location?

2008-11-14 Thread Chuck
Chuck wrote: > Started getting this warning on ssh sessions that forward X11 after > upgrading to the new X11 package yesterday. I forward X11 on all ssh > connections via a line in ~/.ssh/ssh_config. I don't really understand > X11 security (and never needed to up until now). Can someone please te

Warning: No xauth data

2008-11-14 Thread Chuck
Started getting this warning on ssh sessions that forward X11 after upgrading to the new X11 package yesterday. I forward X11 on all ssh connections via a line in ~/.ssh/ssh_config. I don't really understand X11 security (and never needed to up until now). Can someone please tell me how to fix this

Re: Warning: No xauth data; using fake authentication data for x11 forwarding

2004-10-27 Thread Alexander Gottwald
n to a remote host using 'ssh -Y', I get the > > warning: > > > > Warning: No xauth data; using fake authentication data for x11 forwarding > > > > How can I fix this? Live with it. It's just a warning. If it really bothers you then setup xauth. m

Re: Warning: No xauth data; using fake authentication data for x11 forwarding

2004-10-26 Thread Jim Drash
use "ssh -X" instead On Tue, 26 Oct 2004 14:36:36 -0400 (EDT), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > When I connect from cygwin to a remote host using 'ssh -Y', I get the > warning: > > Warning: No xauth data; using fake authenticatio

Warning: No xauth data; using fake authentication data for x11 forwarding

2004-10-26 Thread kynn
When I connect from cygwin to a remote host using 'ssh -Y', I get the warning: Warning: No xauth data; using fake authentication data for x11 forwarding How can I fix this? Thanks! kj

Re: No xauth data.

2003-10-13 Thread Jack Tanner
If you want the error message to go away, play with the xauth command on your Windows box. # xauth -v list This will tell you your local Xauthority file and what it contains. If it's not there, or if it's empty, try to play with "xauth generate" to get it to contain something like localhost:0

Re: No xauth data.

2003-10-13 Thread Harold L Hunt II
Cliff Stanford wrote: I have a tiny problem with ssh. I run: ssh -X -T -f twin /usr/X11R6/bin/xterm -sb -sl 1000 -rightbar -ls and get the line: Warning: No xauth data; using fake authentication data for X11 forwarding. Clearly I'm missing something. But if I run the same thing from a

No xauth data.

2003-10-13 Thread Cliff Stanford
I have a tiny problem with ssh. I run: ssh -X -T -f twin /usr/X11R6/bin/xterm -sb -sl 1000 -rightbar -ls and get the line: Warning: No xauth data; using fake authentication data for X11 forwarding. Clearly I'm missing something. But if I run the same thing from a Linux machine which