- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- use of remsh command on hp-ux
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
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
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
тАО02-06-2007 12:30 AM
тАО02-06-2007 12:30 AM
use of remsh command on hp-ux
I am working on hp-ux (itanium) .
1. I want to know if for using 'remsh' using rhosts file is a must.I have tried with hosts.equiv file but it doesnt work for me.
2. What is the security breach that can happen if i use rhosts file
Regards,
Sangeeta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 12:40 AM
тАО02-06-2007 12:40 AM
Re: use of remsh command on hp-ux
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 12:41 AM
тАО02-06-2007 12:41 AM
Re: use of remsh command on hp-ux
THe manpages for 'rhosts' (or 'hosts,equiv(4)' provide the information necessary to setup the appropriate file on your servers. You don't offer details of what "doesn't work".
As for the potential security implications, again the manpages offer that explanation too, under the warnings section.
Be sure that your DNS is functioning when you setup the '.rhosts' hostnames.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 01:10 AM
тАО02-06-2007 01:10 AM
Re: use of remsh command on hp-ux
The more secure standard that has replaced that is ssh. You will have fully encrypted communication between servers that is not sniffable. You can create keys between servers that replace that whole ugly .rhosts mess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 01:41 AM
тАО02-06-2007 01:41 AM
Re: use of remsh command on hp-ux
keep in mind, that /etc/hosts.equiv is for all users but root; set the permissions on this file to 644.
mfG Peter
PS: I recommend 'ssh' as the collegues before, nevertheless.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 01:49 AM
тАО02-06-2007 01:49 AM
Re: use of remsh command on hp-ux
1.~/.rhosts --> User Equivalency (rw----)
[password free access to users]
So,for using Berkeley services like remsh,rcp,rlogin rhosts file is must.
2./etc/hosts.euiv --> System Equivalency
(r-r-r) It gives password free access to root,which will may create some Security issues.
so, I will suggest better go for SSH which is secure shell for encrypted data transfer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 04:13 AM
тАО02-06-2007 04:13 AM
Re: use of remsh command on hp-ux
Note that secure shell, based on openssh can do everything remesh and the r-tools can do except.
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
тАО02-06-2007 10:39 PM
тАО02-06-2007 10:39 PM
Re: use of remsh command on hp-ux
if your query is solved then please close the thread & assign points to replies.