- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change root logon id
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-15-2005 06:09 AM
11-15-2005 06:09 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 06:12 AM
11-15-2005 06:12 AM
Re: Change root logon id
Probably a bit of hard coding depending on the Unix.
I don't think your approach is going to provide better security.
Limiting where root can log on to and under which circumstances it can log on is a much better idea.
I bet Bill Hassell has a good historical take on this one.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 06:12 AM
11-15-2005 06:12 AM
Re: Change root logon id
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 06:36 AM
11-15-2005 06:36 AM
Re: Change root logon id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 07:29 AM
11-15-2005 07:29 AM
Re: Change root logon id
I know the options are to restrict root to a console complemented by using su after logging in with a valid account.
Just want to think outside the UNIX box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 07:38 AM
11-15-2005 07:38 AM
Re: Change root logon id
Secondly, UNIX has decades of legacy applications that expect "root" to have UID = 0.
You should probably think outside the box on someone else's box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 07:52 AM
11-15-2005 07:52 AM
Re: Change root logon id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 08:01 AM
11-15-2005 08:01 AM
Re: Change root logon id
Will probably just limit 'root' to console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 08:14 AM
11-15-2005 08:14 AM
Re: Change root logon id
It is quite easy to make it impossible to do root login except for console. One entry in /etc/securetty and you are done.
Harden your system with Bastille and it will be quite secure.
Don't let the irritation get out of hand.
Unix isn't perfect.
It is quite secureable.
Obviously not in it for the points here but its you against Unix and Unix wins. If you don't like it write your own OS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 08:16 AM
11-15-2005 08:16 AM
Re: Change root logon id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 08:25 AM
11-15-2005 08:25 AM
Re: Change root logon id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 11:15 AM
11-15-2005 11:15 AM
Solution"Security through obscurity" is no security at all. You improve security using HP-UX tools like Trusted system and Bastille and the security patch checker. Start with the Chris Wong book on HP-UX Security. It is a very bad mistake to use techniques from another version of Unix to improve security. There is just too much code underneath that is not similar.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 11:56 AM
11-15-2005 11:56 AM
Re: Change root logon id
No, don't feel like writing my own o/s any time soon ;-)