- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rlogin
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
06-20-2000 05:43 AM
06-20-2000 05:43 AM
rlogin
Thanks,
Junior
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 05:47 AM
06-20-2000 05:47 AM
Re: rlogin
don't know if your users know the root password but when not rlogin as root without password is controlled via /.rhosts
If you remove the /.rhosts rlogin as root requieres passord.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 05:47 AM
06-20-2000 05:47 AM
Re: rlogin
You can prevent anyone from connecting directly as root, either using rlogin or telnet, by configuring the /etc/securetty.
If you just put "console" in this file, you will be able to connect directly as root only from the console. Keep at least this entry.
To become root form other terminals, you will have to use the su(1) command.
greetings
benoit marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 05:51 AM
06-20-2000 05:51 AM
Re: rlogin
system1 user1
This allows user1 to rlogin or remsh to system2.
In addition, to prevent anyone from using rlogin as root, do not configure a .rhosts file in the root directory.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 05:51 AM
06-20-2000 05:51 AM
Re: rlogin
rlogin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 05:51 AM
06-20-2000 05:51 AM
Re: rlogin
There are two files associated with rlogin on HP-UX, they are:
/etc/hosts.equiv and ~/.rhosts
If the mahine name and/or user root are in these files, then the rlogin door is opened for the root user.
to prevent root from rlogin access perform the following.
> /etc/hosts.equiv
(that is shorthand for:
cat /dev/null > /etc/hosts.equiv)
> ~root/.rhosts
that will eliminate rlogin access from any machine for the root user.
To prevent rlogin access for all users, then you'll need to check the entire server for .rhosts files for all users. If you find them, delete them and recreate them as the root user, securing them so the user cannto modify the file.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 06:20 AM
06-20-2000 06:20 AM
Re: rlogin
login in /etc/services (port 513). re-read inetd.conf with #inetd -c.
Berlene