<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Gordon Messmer wrote:
<blockquote cite="mid:4A22CFA0.3000604@eburg.com" type="cite">On
05/31/2009 10:53 AM, John Foisy wrote:
  <br>
  <blockquote type="cite">I've already tried the -Y option with no
results. Here
    <br>
is the content of the pertinent section of sshd_config:
    <br>
  </blockquote>
  <br>
That's odd.  I have two machines running F11 with all of the updates,
and X11 forwarding between them works just fine with both -X and -Y.
  <br>
  <br>
>From one of the F11 hosts, log in to the other with:
  <br>
 ssh -v <f11host> -X
  <br>
  <br>
Once you're logged in, check the X cookie file:
  <br>
 ls -lZ $XAUTHORITY
  <br>
  <br>
Finally, try a simple X11 application:
  <br>
 gedit
  <br>
  <br>
If it doesn't work, send the output of all of the commands.
  <br>
  <br>
</blockquote>
<font face="Helvetica, Arial, sans-serif">Hi Gordon, <br>
I tried your suggestion and it did'nt work. Here is the output:<br>
<br>
[john@LT-02 ~]$ ssh -v LT-01 -X<br>
OpenSSH_5.1p1, OpenSSL 0.9.8g 19 Oct 2007<br>
debug1: Reading configuration data /etc/ssh/ssh_config<br>
debug1: Applying options for *<br>
debug1: Connecting to LT-01 [192.168.1.101] port 22.<br>
debug1: Connection established.<br>
debug1: identity file /home/john/.ssh/identity type -1<br>
debug1: identity file /home/john/.ssh/id_rsa type 1<br>
debug1: identity file /home/john/.ssh/id_dsa type -1<br>
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.2<br>
debug1: match: OpenSSH_5.2 pat OpenSSH*<br>
debug1: Enabling compatibility mode for protocol 2.0<br>
debug1: Local version string SSH-2.0-OpenSSH_5.1<br>
debug1: SSH2_MSG_KEXINIT sent<br>
debug1: SSH2_MSG_KEXINIT received<br>
debug1: kex: server->client aes128-cbc hmac-md5 none<br>
debug1: kex: client->server aes128-cbc hmac-md5 none<br>
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent<br>
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP<br>
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent<br>
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY<br>
debug1: Host 'lt-01' is known and matches the RSA host key.<br>
debug1: Found key in /home/john/.ssh/known_hosts:7<br>
debug1: ssh_rsa_verify: signature correct<br>
debug1: SSH2_MSG_NEWKEYS sent<br>
debug1: expecting SSH2_MSG_NEWKEYS<br>
debug1: SSH2_MSG_NEWKEYS received<br>
debug1: SSH2_MSG_SERVICE_REQUEST sent<br>
debug1: SSH2_MSG_SERVICE_ACCEPT received<br>
debug1: Authentications that can continue:
publickey,gssapi-with-mic,password<br>
debug1: Next authentication method: gssapi-with-mic<br>
debug1: Unspecified GSS failure.  Minor code may provide more
information<br>
No credentials cache found<br>
<br>
debug1: Unspecified GSS failure.  Minor code may provide more
information<br>
No credentials cache found<br>
<br>
debug1: Unspecified GSS failure.  Minor code may provide more
information<br>
<br>
<br>
debug1: Next authentication method: publickey<br>
debug1: Offering public key: /home/john/.ssh/id_rsa<br>
debug1: Server accepts key: pkalg ssh-rsa blen 277<br>
debug1: Authentication succeeded (publickey).<br>
debug1: channel 0: new [client-session]<br>
debug1: Requesting <a class="moz-txt-link-abbreviated" href="mailto:no-more-sessions@openssh.com">no-more-sessions@openssh.com</a><br>
debug1: Entering interactive session.<br>
debug1: Requesting X11 forwarding with authentication spoofing.<br>
debug1: Sending environment.<br>
debug1: Sending env LANG = en_US.UTF-8<br>
Last login: Sun May 31 14:45:58 2009 from lt-02.localdomain<br>
[john@LT-01 ~]$ ls -lZ $XAUTHORITY <br>
drwxrwxr-x. john john unconfined_u:object_r:user_home_t:s0 bin<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Desktop<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Documents<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Download<br>
drwxrwxr-x. john john unconfined_u:object_r:user_home_t:s0 DT-01<br>
drwxrwxr-x. john john unconfined_u:object_r:user_home_t:s0 LT-02<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Music<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Pictures<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Public<br>
-rw-rw-r--. john john unconfined_u:object_r:user_home_t:s0 smolt-LT-01<br>
-rw-rw-r--. john john unconfined_u:object_r:user_home_t:s0 smolt-LT-01~<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Templates<br>
drwxr-xr-x. john john unconfined_u:object_r:user_home_t:s0 Videos<br>
[john@LT-01 ~]$ gedit<br>
<br>
(gedit:2402): Gtk-WARNING **: cannot open display: localhost:11.0<br>
[john@LT-01 ~]$ <br>
</font>
</body>
</html>