- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to disable root login for x-manager
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-09-2006 05:19 PM
11-09-2006 05:19 PM
how to disable root login for x-manager
i want to disable the root direct login through x-manager as well as through SSH. pls help me out. and tell me how to disable for particular user also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 06:04 PM
11-09-2006 06:04 PM
Re: how to disable root login for x-manager
You need root direct logon with console for maintenance ....
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 06:10 PM
11-09-2006 06:10 PM
Re: how to disable root login for x-manager
i have already done this to disable for telnet session. but for x-manager and SSH also want to do the same(root login disable)
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 06:42 PM
11-09-2006 06:42 PM
Re: how to disable root login for x-manager
copy /usr/dt/config/Xstartup to /etc/dt/config/Xstartup and edit /etc/dt/config/Xstartup add:
if [ $USER = root ]; then
exit 5
fi
you may need to restart cde
For SSH
check you sshd#_config file and look for
"PermitRootLogin" put no there.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 05:13 AM
11-10-2006 05:13 AM
Re: how to disable root login for x-manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 07:08 AM
11-10-2006 07:08 AM
Re: how to disable root login for x-manager
root can start a x-session like xterm, dtterm, or x-application like netscape, xomni ... after log on to console by "export DISPLAY=xhost:0.0".
If cde is involved user still need to logon first.
Yang