- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH and password length
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
08-23-2004 10:38 AM
08-23-2004 10:38 AM
SSH and password length
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 03:52 PM
08-23-2004 03:52 PM
Re: SSH and password length
We are able to have password more than eight characters while system runs in trusted mode.
Normally password up to eighty characters are allowed in trusted system and SSH too follows.
The problem might be with SSH client's. Some of commercial SSH clients has some problems with trusted system.
The following information will be helpful for further analysis
1. Platform (IPF/PA)
2. OS version
3. SSHD server traces
4. SSH client traces
for debugging, the following link is quite useful
http://www.snailbook.com/faq/general-debugging.auto.html
Thanks
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 06:38 PM
08-23-2004 06:38 PM
Re: SSH and password length
I just installed A.03.81.002 on a trusted HPUX 11.0 .
SSH client is putty, and we are NOT having any prolem.
Do you have problem with all the accounts, or just with some of them ?
The problem is just with ssh, or even with the normal telnet ?
Why don't you use certificates pair ? It would overcome the problem, in any case...
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 08:00 PM
08-23-2004 08:00 PM
Re: SSH and password length
I have some problems with my SSH client (SecureCRT) and HP-UX boxes. Supose the following scenario:
In an HP-UX server and in a Solaris 8 server there is a user (joe) whose password length is more than 8 chars. My laptop is Win2000. In my laptop SecureCRT is installed as well as CygWin (a Linux running on Windows).
(1A) Connection to the HP-UX server as "joe" using SecureCRT --> fails
(2B) Connection to the Solaris server as "joe" using SecureCRT --> OK
(2A) Connection to the HP-UX server as "joe" using SSH client from CygWin --> OK
(2B) Connection to the Solaris server as "joe" using SSH client from CygWin --> OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 08:32 AM
08-31-2004 08:32 AM
Re: SSH and password length
â /opt/ssh/bin/sshd â Dâ
Of course with the proper format for inittab. Apparently this did not setup the Operating environment properly for sshd. What we did to fix this was to change the command to this
su â root â c â /opt/ssh/bin/sshd â Dâ
The trick is to source in roots environ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 08:33 AM
08-31-2004 08:33 AM