- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to set no password for unix users
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
Discussions
Discussions
Discussions
Forums
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
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-17-2007 11:21 PM
тАО06-17-2007 11:21 PM
How to set no password for unix users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2007 11:34 PM
тАО06-17-2007 11:34 PM
Re: How to set no password for unix users
for many admins the use of telnet is a security concern even if a password is used.
They consider to use an implementation of ssh instead (also password-less, but based on keys).
What should be a reason to set up telnet access without passwords???
Or do I understand the question wrong and you want to disable telnet at all?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 02:17 AM
тАО06-18-2007 02:17 AM
Re: How to set no password for unix users
You can use ssh for the same.I think this document should help you.Obviously u should have ssh installed
Cheers
Marvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 02:29 AM
тАО06-18-2007 02:29 AM
Re: How to set no password for unix users
Saying this makes an account have no password is not really accurate. An account can have no password by having a blank password field in /etc/passwd or the TCB database. This will allow the user to login without entering a password. A very undesirable thing to do.
With a locked account, the user cannot login at all. The password field is set to *, which doesn't match any password hash. This is how the system accounts you mentioned are configured.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 06:15 AM
тАО06-18-2007 06:15 AM
Re: How to set no password for unix users
http://blog.johnjosephbachir.org/2004/06/25/sshssh2-no-password-authentication/
Now I am somewhat biased about a pass-phrase. I think a pass-phrase should always be used. You have to look at a pass-phrase differently than a password. A pass-phrase doesn't change whereas most passwords expire due to company policy.
But all this is really informational until you let us know why you (need to/want to) do this. Making a password blank is not a smart thing to do, unless of course it is not network accessible and it does nothing of importance.