- 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
08-02-2004 04:07 AM
08-02-2004 04:07 AM
I have seen this is working without hosts.eqiv on destination
I have similar user accounts on HPUX system with the same id and gid when doing rlogin asking passwd
It is working for some other user accounts in these system
and what is the role and precedence of .rhosts file when exists wiht /etc/hosts.eqiv
Thanks in Advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:14 AM
08-02-2004 04:14 AM
Solution.rhosts overrides /etc/host.equiv configuration.
.rhosts resides in users home directory and is owned by that users.
For superuser (root) /etc/hosts.equiv is ignored, .rhosts only works.
For more information see man rhosts.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:16 AM
08-02-2004 04:16 AM
Re: rlogin
1) network connectivity
2) .rhosts file
3) /etc/hosts.equiv file
Any of the above can cause rlogin to fail.
hosts.equiv overrides the .rhosts files. It is generally used to lock down security even if rhosts is set correctly.
Have you considered doing this with secure shell?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:17 AM
08-02-2004 04:17 AM
Re: rlogin
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:18 AM
08-02-2004 04:18 AM
Re: rlogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:37 AM
08-02-2004 04:37 AM
Re: rlogin
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 05:17 AM - last edited on 09-16-2024 02:25 AM by support_s
08-02-2004 05:17 AM - last edited on 09-16-2024 02:25 AM by support_s
Re: rlogin
Why not reward them with some points ?.
- Tags:
- HBA_Slot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 03:05 PM
08-02-2004 03:05 PM
Re: rlogin
the rlogin is working well except for a single user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:54 PM
08-02-2004 04:54 PM
Re: rlogin
The hosts.equiv file is always checked first for authorisation.
If the hosts.equiv file has an entry for a remote host then all users on that remote host should be able to rlogin without a password. However if there is also an entry in hosts.equiv for a specific user, then that user won't be able to login:
Example:
+ -
Can you explain your rlogin problem in more detail ie what entries are in hosts.equiv and which user is failing.
Also check /var/adm/inetd.sec for any entries that may deny rlogin access from specific IP addresses/hosts.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 12:27 AM
08-03-2004 12:27 AM
Re: rlogin
Since other users cannot use rlogin without giving a password, your host.equiv file is incorrect. There will be no error message telling you what to fix. You have to change the permissions and ownership to 600 and ownership must be root. For testing, you can wipe out everything in hosts.equiv and just put a single + in that file. Now, any computer can use rlogin to this machine. Otherwise, you need a machine name and optionally, a username to restrict access.
NOTE: A single + is a very severe security risk so do not leave your host.equiv file with just a +.
Bill Hassell, sysadmin