SSH display [1]
SSH display
Thursday, March 6, 2003 4:07 PM - mohammed mamun
Hi,
I am getting following error message while using xstart with SSH protocol.
Connected to apache.utdallas.edu:22.
Exchanging SSH version...Done.
Server: SSH-2.0-OpenSSH_3.4p1.
Client: SSH-2.0-Xssh_1.0.
SSH2 is enabled.
Negotiating algorithms...
Initiating key exchange...Done.
Exchanging Diffie-Hellman KeyEx message...Done.
Waiting for new key message...Received.
Fingerprint: 1024 c7:cb:95:0d:c1:77:77:b2:c4:6d:03:cd:73:f8:48:6e.Verifying host key...
Algorithm negotiation has been finished...
CS Cipher: 3des-cbc, SC Cipher: 3des-cbc
CS Compress: zlib, SC Compress: zlib
CS MAC: hmac-sha1, SC MAC: hmac-sha1
Trying to login as smh026000.
Trying password authentication...Done.
Requesting session channel...Done.
Requesting X11 forwarding...Done.
Executing remote command...Done.
X11 channel request arrived.
Establishing X11 connection (id=2)...Done.
Xlib: connection to "localhost:19.0" refused by server
Xlib:
Xssh: Invalid x11 authentication cookie!
/usr/local/bin/xterm Xt error: Can't open display: localhost:19.0
I have already tried "/usr/local/bin/xterm -ls" not saying -display for SSH. Did not work.
How do I fix this? Do I need to set anything at my unix profile?
Thanks,
Mamun
I am getting following error message while using xstart with SSH protocol.
Connected to apache.utdallas.edu:22.
Exchanging SSH version...Done.
Server: SSH-2.0-OpenSSH_3.4p1.
Client: SSH-2.0-Xssh_1.0.
SSH2 is enabled.
Negotiating algorithms...
Initiating key exchange...Done.
Exchanging Diffie-Hellman KeyEx message...Done.
Waiting for new key message...Received.
Fingerprint: 1024 c7:cb:95:0d:c1:77:77:b2:c4:6d:03:cd:73:f8:48:6e.Verifying host key...
Algorithm negotiation has been finished...
CS Cipher: 3des-cbc, SC Cipher: 3des-cbc
CS Compress: zlib, SC Compress: zlib
CS MAC: hmac-sha1, SC MAC: hmac-sha1
Trying to login as smh026000.
Trying password authentication...Done.
Requesting session channel...Done.
Requesting X11 forwarding...Done.
Executing remote command...Done.
X11 channel request arrived.
Establishing X11 connection (id=2)...Done.
Xlib: connection to "localhost:19.0" refused by server
Xlib:
Xssh: Invalid x11 authentication cookie!
/usr/local/bin/xterm Xt error: Can't open display: localhost:19.0
I have already tried "/usr/local/bin/xterm -ls" not saying -display for SSH. Did not work.
How do I fix this? Do I need to set anything at my unix profile?
Thanks,
Mamun
Re: SSH display
Thursday, March 6, 2003 11:29 PM - Support
Please check the permission of ~/.Xauthority file. It should have a read/write permission for the owner. If it doesn't have the required permission, you can do it by:
# chmod 600 ~/.Xauthority
Hope to solve the problem.
----
Technical Support
# chmod 600 ~/.Xauthority
Hope to solve the problem.
----
Technical Support
Previous views: 233