Re: Untrusted X11 forwarding setup failed

2009-06-30 Thread Koichiro Iwao
I'm not sure about the difference, but you will easily find it on  
Wikipedia.

To avoid the warning, just try the ssh -Y option.

--
meta

On 2009/06/24, at 8:33, Daniel Underwood  wrote:


Whenever I

$ ssh -X u...@server

from my FreeBSD machine, I get the following message (and am
successfully logged in):

Warning: untrusted X11 forwarding setup failed: xauth key data not  
generated
Warning: No xauth data; using fake authentication data for X11  
forwarding.


When I log in to the same servers from my Ubuntu machines, I do NOT
get that message.

What's wrong here?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org 
"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Untrusted X11 forwarding setup failed

2009-06-24 Thread Lowell Gilbert
Daniel Underwood  writes:

> Whenever I
>
> $ ssh -X u...@server
>
> from my FreeBSD machine, I get the following message (and am
> successfully logged in):
>
> Warning: untrusted X11 forwarding setup failed: xauth key data not generated
> Warning: No xauth data; using fake authentication data for X11 forwarding.
>
> When I log in to the same servers from my Ubuntu machines, I do NOT
> get that message.
>
> What's wrong here?

See the ssh(1) manual for information on the -X and -Y options, and
ssh_config(5) for information on ForwardX11Trusted.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Untrusted X11 forwarding setup failed

2009-06-23 Thread Daniel Underwood
Whenever I

$ ssh -X u...@server

from my FreeBSD machine, I get the following message (and am
successfully logged in):

Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Warning: No xauth data; using fake authentication data for X11 forwarding.

When I log in to the same servers from my Ubuntu machines, I do NOT
get that message.

What's wrong here?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"