- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX A.03.81.002 Secure Shell password longe...
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
11-24-2004 08:49 PM
11-24-2004 08:49 PM
HP-UX A.03.81.002 Secure Shell password longer than eight
My system is HPUX 11.00 on HP9000.
I installed HP-UX A.03.81.002 Secure Shell and use ssh with trusted mode. therefore the passwords are in /tcb/auth/files.
My problem is when a user has a password longer than eight character, his password is
refused.
It would be great if someone could help me.
Best regards.
Gerard Breiner
Institut D'Astrophysique Spatiale
Orsay Campus
France
gerard.breiner@ias.u-psud.fr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 08:55 PM
11-24-2004 08:55 PM
Re: HP-UX A.03.81.002 Secure Shell password longer than eight
Did you just convert the system?. If so, let the user change the password again. The issue really is when the system was not trusted, it would only store the encrypted password of first eight characters eventhough the user typed more than 8 characters as the password. It would simply discard rest of the characters. Since trusted system can recognize more then eight characters, it will try compare 'more then 8 character encrypted' password with that of the old '8 character encrypted' password.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 09:36 PM
11-24-2004 09:36 PM
Re: HP-UX A.03.81.002 Secure Shell password longer than eight
I 've changed my password several times but it is refused when I use ssh but it works with telnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 07:55 PM
11-25-2004 07:55 PM
Re: HP-UX A.03.81.002 Secure Shell password longer than eight
use sam,
Accounts for Users and Groups
Users
Select your userID
Actions
Modify Security Policies...
Password Format Policies...
Maximum Password Length: [ Default (8) ->]
and set it on the requested valuwe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 07:58 PM
11-25-2004 07:58 PM
Re: HP-UX A.03.81.002 Secure Shell password longer than eight
telnet is working because telnet wil forget everyting that is typed after 8 caracters (try to log in whit only the first 8 and you can login (telnet and SSH).
Kind regatrs, Freek Verschuren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 01:09 AM
01-05-2005 01:09 AM
Re: HP-UX A.03.81.002 Secure Shell password longer than eight
Did you ever get a resolution for this?
I'm running into the same problem.
Entering the first 8 characters of the password at an ssh prompt doesn't work.
Thank You,
Tom Lydick
Unix Admin - NCO Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 01:55 AM
01-05-2005 01:55 AM
Re: HP-UX A.03.81.002 Secure Shell password longer than eight
What I did was copy from /opt/ssh/etc/newconfig/opt/ssh/etc the sshd_config file to /opt/ssh/etc overwriting the old one. Then restart the sshd daemon by
/sbin/init.d/secsh stop
/sbin/init.d/secsh start
It worked for me, so hopefully it will help everyone else out.
If you need to know, the system is HPUX 11.11 on HP9000. It is also a trusted system.