- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root access
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-29-2001 04:26 PM
11-29-2001 04:26 PM
i have a 11.00 box, i want to totally restrict
telnet access to root. i just want to limit root access on the console itself.how can i do this? also does anybody have any recommendations on readings,tips on how i can set up system accouting?
thanks so much for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 04:42 PM
11-29-2001 04:42 PM
Solutionvi /etc/securetty
add the word 'console'
Save the file
This will restrict 'root' to only log at
the console
Three other things to mention
Have a look at these links
http://people.hp.se/stevesk/bastion11.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x67f9c6af36b7d5118ff10090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x4499e7e60861d511abcd0090277a778c,00.html
Set up sudo, you can get it here.
http://hpux.connect.org.uk/
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 04:43 PM
11-29-2001 04:43 PM
Re: root access
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x99268ffa98a2d5118ff10090279cd0f9,00.html
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 04:45 PM
11-29-2001 04:45 PM
Re: root access
Create /etc/securetty containing one line with the word "console" (no quotes). Root will then only be able to login on the console. You can still su to root from any terminal after you login as another user.
As far as accounting goes, I'
ve not used it. I do know you can enable auditing after converting to a trusted system but I haven't done so in some time. Sorry, no help there.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 05:19 PM
11-29-2001 05:19 PM
Re: root access
create a file /etc/ftpusers which contains a line with 'root' in it.
regards
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 05:24 PM
11-29-2001 05:24 PM
Re: root access
Here's a link to system accounting.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=d265050b185762cf4e/screen=ckiDisplayDocument?docId=200000046942429
Here's a link to auditing
http://us-support2.external.hp.com/iv/bin/doc.pl/sid=a406f2ba045f3954d2/screen=ivHome/?NODEID=English_SHW::WW_SW_NT_SECURITY_EN_E/Q1.1&WARP=1
HTH
-Michael