- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DISPLAY problem with openssh 3.4p1 on HP UX 11.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 08:48 PM
06-07-2004 08:48 PM
DISPLAY problem with openssh 3.4p1 on HP UX 11.0
I am desperately trying to resolve my DISPLAY problem. The vital stats are --
SSH Client on Windows XP: PuTTY 0.54
Settings on PuTTY: Protocl is to "2". X11 Forwarding is enabled. Authentication protocol is set to 3DES. X Display location is "localhost:0"
I am running Exceed in passive mode on my Windows desktop
My HP UX 11.0 is running openssh 3.4p1. The sshd_config has been set for X11Forwarding to YES, X11UseLocalhost to YES, Protocol to 2. On doing echo $DISPLAY, it shows up localhost:11.0
When I run xterm on my unix prompt, I get the error message --
Xlib: connection to "localhost:11.0" refused by server
Xlib: PuTTY X11 proxy: wrong authentication protocol attempted
Error: Can't open display: localhost:11.0
Error: Couldn't find per display information
I cant figure out what is going wrong. Please help.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:02 PM
06-07-2004 09:02 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
On server side do
#xhost+
On client where you want the display do
#export DISPLAY=
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:09 PM
06-07-2004 09:09 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
I cannot say what is going wrong. Anyway I notice a difference between X Display location is "localhost:0" and Error: Can't open display: localhost:11.0.
Then try suggestion by Shaik with export DISPLAY and hope that helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:25 PM
06-07-2004 09:25 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
On doing "xhost +" I get the message: X connection to localhost:10.75 broken (explicit kill or server shutdown)
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:29 PM
06-07-2004 09:29 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
I do not understand your putty setting 'protocol 2'. Do you refer to the Authentication tab?
Exceed: passive mode, Windows mode: multiple.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:39 PM
06-07-2004 09:39 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
(1) the localhost:0 setting was on my PuTTY tab "tunnel"
(2) the protocol 2 setting is on my PuTTY tab "SSH" as well as in my sshd_config. Which is I intend to use SSH 2.
(3) Exceed is in passive mode and set for multiple windows.
After Sheikh's reco, I set my PuTTY X Location to
On trying to do xhost + it get the message of explicit termination etc..
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:51 PM
06-07-2004 09:51 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:52 PM
06-07-2004 09:52 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
Some more findings..
I established ssh session. Then I opened a telnet session in which I did..
netstat -a |grep localhost|grep 60
It showed up..
tcp 0 0 localhost.6010 *.* LISTEN
Does this means that it is X11 is not getting tunneled in ssh?
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:54 PM
06-07-2004 09:54 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
By any chance are you getting authenticated by the firewall to get the access to the server ?
If yes pls try w/o firewall.
Also have you tried with telnet.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:55 PM
06-07-2004 09:55 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
Test this link:
http://www.eos.ncsu.edu/remoteaccess/wincommonerrors.html
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 10:07 PM
06-07-2004 10:07 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
I have to admit, I am behind firewall which I can't disable or short circuit.
However with netstat I can see that my desktop IP is getting forwarded to the unix session. the ssh connection is getting established on my static IP.
What I also see now is that my unix m/c is trying to send packets to 6010 port (x11) port, which confirms my earlier finding with netstat. X11 is not getting tunnel in ssh, though all the settings seem good to me.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 10:09 PM
06-07-2004 10:09 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
did you check the security tab on putty, for Host Access Control?
Don't touch your DISPLAY variable, it is set automatically when logging in using putty. (So don't telnet or su because you will loose your DISPLAY setting).
I'm worried about the message:
"Xlib: PuTTY X11 proxy: wrong authentication protocol attempted"
It suggests you have choosen to use a proxy within putty. Did you? Where did you set 'Authentication protocol: 3DES' in putty?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 10:18 PM
06-07-2004 10:18 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
I am not using proxy in PuTTY (connection->proxy->none). PuTTY is picking encryption from connection->SSH->encryption options.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 10:40 PM
06-07-2004 10:40 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
I see.
I have a list:
AES (SSH2 only)
Blowfish
3DES
-- warn below here --
DES
If you only have 3DES, expand the list.
Still wondering about the message...
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 11:40 PM
06-07-2004 11:40 PM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
Basically all the setting were good. The problem was that xterm was linked to X11R5 libs. And xhost, xauth was linked to X11R6 libs. I found the correct xterm under /usr/contrib/bin/X11 with which it worked.
Thanks to all of you for chipping in your valuable time. Have a nice day
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 12:00 AM
06-08-2004 12:00 AM
Re: DISPLAY problem with openssh 3.4p1 on HP UX 11.0
Well you use to come to UWB..remember me?
If so where are U now!!
Regards,
No points please