X11 connection rejected because of wrong authentication
Hi,
we have problems while trying to get a shadowed session.
[root@ox5 ~]# tarantella emulatorsession list
User: .../_ens/o=organization/ou=users/cn=corn10
Application: .../_ens/o=organization/ou=Win-Applications/cn=Firefox
Application Server: .../_ens/o=organization/ou=hosts/cn=win2k3
Application Server User: corn10
Client: 10.1.1.50
Protocol Engine ID: 9480
Resumable For: Session
Session ID: ox5.txl.inox-tech.de:1149695828418:3500971824499735871:Li4uL19lbnMvbz1vcmdhbml6 YXRpb24vb3U9dXNlcnMvY249Y29ybjEw
Start Time: 2006-06-07 17:57:08.447
Status: Running
[root@ox5 ~]# tarantella emulatorsession shadow ox5.txl.inox-tech.de:1149695828418:3500971824499735871:Li4uL19lbnMvbz1vcmdhbml6 YXRpb24vb3U9dXNlcnMvY249Y29ybjEw
X11 connection rejected because of wrong authentication.
X connection to localhost:12.0 broken (explicit kill or server shutdown).
[root@ox5 ~]# xauth list
ox5/unix:12 MIT-MAGIC-COOKIE-1 cdb110e61fc9a603b44ee79a83459819
ox5/unix:13 MIT-MAGIC-COOKIE-1 3379320fa97f9a29ec3bda9925ccac75
Turned some debugging on in ssh:
[root@ox5 ~]# tarantella emulatorsession shadow ox5.txl.inox-tech.de:1149695828418:3500971824499735871:Li4uL19lbnMvbz1vcmdhbml6 YXRpb24vb3U9dXNlcnMvY249Y29ybjEw
debug1: client_input_channel_open: ctype x11 rchan 4 win 65536 max 16384
debug1: client_request_x11: request from127.0.0.1 33477
debug1: channel 1: new [x11]
debug1: confirm x11
X11 connection rejected because of wrong authentication.
debug1: channel 1: free: x11, nchannels 2
X connection to localhost:12.0 broken (explicit kill or server shutdown).
Where does this request from localhost come from and does this fit to xauth list?
Has anybody an idea? thanks for you help.
Holger
[1885 byte] By [
inox-tech] at [2007-11-26 7:49:17]

# 1
> Hi,
>
> we have problems while trying to get a shadowed
> session.
>
> [root@ox5 ~]# tarantella emulatorsession list
> User: .../_ens/o=organization/ou=users/cn=corn10
> Application:
> .../_ens/o=organization/ou=Win-Applications/cn=Firefox
>
> Application Server:
> .../_ens/o=organization/ou=hosts/cn=win2k3
> Application Server User: corn10
> Client: 10.1.1.50
> Protocol Engine ID: 9480
> Resumable For: Session
> Session ID:
> ox5.txl.inox-tech.de:1149695828418:3500971824499735871
> :Li4uL19lbnMvbz1vcmdhbml6YXRpb24vb3U9dXNlcnMvY249Y29yb
> jEw
> Start Time: 2006-06-07 17:57:08.447
> Status: Running
>
> [root@ox5 ~]# tarantella emulatorsession shadow
> ox5.txl.inox-tech.de:1149695828418:3500971824499735871
> :Li4uL19lbnMvbz1vcmdhbml6YXRpb24vb3U9dXNlcnMvY249Y29yb
> jEw
> X11 connection rejected because of wrong
> authentication.
> X connection to localhost:12.0 broken (explicit kill
> or server shutdown).
>
>
> [root@ox5 ~]# xauth list
> ox5/unix:12 MIT-MAGIC-COOKIE-1
> cdb110e61fc9a603b44ee79a83459819
> x5/unix:13 MIT-MAGIC-COOKIE-1
> 3379320fa97f9a29ec3bda9925ccac75
>
> Turned some debugging on in ssh:
>
> [root@ox5 ~]# tarantella emulatorsession shadow
> ox5.txl.inox-tech.de:1149695828418:3500971824499735871
> :Li4uL19lbnMvbz1vcmdhbml6YXRpb24vb3U9dXNlcnMvY249Y29yb
> jEw
> debug1: client_input_channel_open: ctype x11 rchan 4
> win 65536 max 16384
> debug1: client_request_x11: request from
> 127.0.0.1 33477
> debug1: channel 1: new [x11]
> debug1: confirm x11
> X11 connection rejected because of wrong
> authentication.
> debug1: channel 1: free: x11, nchannels 2
> X connection to localhost:12.0 broken (explicit kill
> or server shutdown).
>
> Where does this request from localhost come from and
> does this fit to xauth list?
>
> Has anybody an idea? thanks for you help.
> Holger
Some hints/ideas:
. enable SSHD as to start with the "-4" option. Amend the /etc/sysconfig/sshd file with OPTIONS="-4"
. if you're using RedHat, please rename or remove /etc/ssh/sshrc
. make sure X11forwarding options are enabled in sshd_config and ssh_config under /etc/ssh
Hope this helps!
Best,
Rob
Rob_Z at 2007-7-6 20:05:44 >
