- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin security
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
08-21-2000 09:12 AM
08-21-2000 09:12 AM
Am I missing something obvious here? Might there be a patch for this? I've even tried putting -host-a in the hosts.equiv file on host-b. No change.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 09:15 AM
08-21-2000 09:15 AM
Re: rlogin security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 09:24 AM
08-21-2000 09:24 AM
SolutionIn host-b, first, check what is the root home directory.
more /etc/passwd | grep root
and see the very right field.
cd to that directory.
ls -al |more
If .rhosts exists, check for host-a, or for + sign.
You can have something as: + root, that allowed root from all hosts to login.
As a note, if you'll like to implement high security here, disable rlogin, create /etc/securetty and so on...
See as well
s700_800 11.00 r-commands cumulative mega-patch(PHNE_17028)
s700_800 11.00 R6.11.00 SNAplus2 services, TN3270 patch(PHNE_19613)
s700_800 11.00 Cumulative STREAMS Patch(PHNE_20008)
s700_800 11.00 cumulative ARPA Transport patch(PHNE_21767)
s700_800 11.00 HP DCE/9000 1.7 Integrated Login cum. patch(PHSS_17811)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 09:26 AM
08-21-2000 09:26 AM
Re: rlogin security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 09:34 AM
08-21-2000 09:34 AM
Re: rlogin security
Thank you both. Obvious I'm still too new to this and I missed the obvious. I assumed that root's home directory was /home/root. It wasn't. Someone had put a .rhosts file in root's true home directory with the offending entries in it. I removed them.