- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- config hosts.equiv
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
05-19-2004 03:15 AM
05-19-2004 03:15 AM
Any ideas, is there anything else?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 03:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 03:22 AM
05-19-2004 03:22 AM
Re: config hosts.equiv
First make sure the syntax is correct in hosts.equiv. Secondly, ensure hostA is coming in as hostA on hostB. To verify it run "inetd -l" on hostB and keep a "tail -f /var/adm/syslog/syslog.log" open. Then telnet to hostB from hostA and see the hostname that got logged in syslog.log. It should match the one you specified in hosts.equiv file.
I would suggest you use ssh's public/private key authentication instead of the insecured r-commands.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 03:22 AM
05-19-2004 03:22 AM
Re: config hosts.equiv
If it's regular user accounts you're having problems with, a possibility is hostname resolution problems if you put the hostname in hosts.equiv. Could also possibly be permissions on hosts.equiv... might need to be world readable.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 03:36 AM
05-19-2004 03:36 AM
Re: config hosts.equiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 04:12 AM
05-19-2004 04:12 AM
Re: config hosts.equiv
1. For super user hosts.equiv is ignored, in that case use .rhosts file on root.
2. For any other user hosts.equiv files can be used.
3. .rhosts file overrides hosts.equiv
Contents of the file are as follows:
.rhosts
hostname1
hostname2 username
+ username
+
hosts.equiv
hostname
hostname username
Hope this helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 04:32 AM
05-19-2004 04:32 AM
Re: config hosts.equiv
"THIS FILE SHOULD NEVER EXIST ON A UNIX SYSTEM"