- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh problem
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
05-24-2006 07:20 PM
05-24-2006 07:20 PM
ssh problem
when i try to ssh after i enter the username and password there is nothing on the screen.
i checked the syslog;ssd accepted password.
i can telnet and rlogin to the server.
any opinion?
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 07:30 PM
05-24-2006 07:30 PM
Re: ssh problem
to get more informational/debugging messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 07:41 PM
05-24-2006 07:41 PM
Re: ssh problem
#ssh -vvv
....
Authentication succeeded (keyboard-interactive).
.....
and last 5 line is as the following;
debug2: channel 0: request shell confirm 0
debug2: fd 4 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 5242880
and then..nothing
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 07:47 PM
05-24-2006 07:47 PM
Re: ssh problem
Check the version of SSH installed on your server. You can do it by # swlist |grep -i secure
Make sure you have the latest version installed , most of the problems will get solved by latest install.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:07 PM
05-24-2006 08:07 PM
Re: ssh problem
i checked the cpu ,mem and disk utility with glance but there was nothing wrong.
what is the relationship with ftpd and sshd?
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:49 PM
05-24-2006 08:49 PM
Re: ssh problem
It's possible that you can't login or that it will take longer than normal if the server is to busy.
It seems like this is the case.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:55 PM
05-24-2006 08:55 PM
Re: ssh problem
telnet
rlogin
remsh
ssh
ftp
Also on server where you are connecting. Do as following.
/usr/sbin/sshd -p "some_unused_port_number"
Then from client,
ssh -vvv -p "port_number_from_above" server
Post.