- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- trusted host on HPUX 10.2/11
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-15-2002 11:07 AM
08-15-2002 11:07 AM
I want to set up a workstation A (with HPUX 11) as a trusted host to workstations B and C (both with HPUX 10.2). I had sysadmins modify /etc/hosts.equiv file on B and C to include A. After that when I am on A and do "rlogin B" I still get asked for a password. Is there anything else that has to be done besides modifying /etc/hosts.equiv
Thanks
Vlad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 11:25 AM
08-15-2002 11:25 AM
Re: trusted host on HPUX 10.2/11
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 11:49 AM
08-15-2002 11:49 AM
SolutionAllowing r-access is a serious security violation.
/etc/hosts.equiv defines system wide access while .rhosts defines individual user access. So, if you intend to use r-commands, then it is recommended to configure .rhosts.
If root on hostB has to rlogin to root on hostC, then .rhosts file in the home directory of root on hostC should have the following entry.
hostB root
The best way to setup trusted system is to use public/private key authentication mechanism through ssh. You need to do a little bit of reading but it is better to run ssh. You can get it from
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.4p1/
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 11:54 AM
08-15-2002 11:54 AM
Re: trusted host on HPUX 10.2/11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 11:54 AM
08-15-2002 11:54 AM
Re: trusted host on HPUX 10.2/11
As mentioned, allowing permissions for r commands through the *global* file - /etc/hosts.equiv is a big security hole. You can do the same setting with $HOME/.rhosts file. In your case, create this under / and add the hostname and username entries there.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 11:58 AM
08-15-2002 11:58 AM
Re: trusted host on HPUX 10.2/11
I initiated that and a inetd.sec file and clamped down effectively.
r login is a serious security concern and as I migrate to new boxes, I'm getting rid of it. The developers are already squealing, but they'll just have to get used to secure ftp
Steve
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-18-2002 06:47 PM
08-18-2002 06:47 PM