- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- .rhosts for all users.
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
тАО06-26-2002 07:45 AM
тАО06-26-2002 07:45 AM
.rhosts for all users.
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:49 AM
тАО06-26-2002 07:49 AM
Re: .rhosts for all users.
U put host.equiv file in /etc directory. This will act as system wide .rhosts.
Follow this
#cd /etc
#cp hosts hosts.equiv
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:52 AM
тАО06-26-2002 07:52 AM
Re: .rhosts for all users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:52 AM
тАО06-26-2002 07:52 AM
Re: .rhosts for all users.
# man 4 hosts.equiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:52 AM
тАО06-26-2002 07:52 AM
Re: .rhosts for all users.
The question was to get around w/o rservices and still be able to copy across machines.
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:53 AM
тАО06-26-2002 07:53 AM
Re: .rhosts for all users.
Use the /etc/hosts.equiv file instead of .rhosts.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:54 AM
тАО06-26-2002 07:54 AM
Re: .rhosts for all users.
Hi
If ur application require this, then no way. U have to have either $HOME/.rhosts or /etc/hosts.equiv.
If U need .rhosts only then create model .rhosts then
Go to home file system ( I assume that it is /home)
#cd /home
#for i in *
do
cp .rhosts $i
done
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:58 AM
тАО06-26-2002 07:58 AM
Re: .rhosts for all users.
HP SSH:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 07:59 AM
тАО06-26-2002 07:59 AM
Re: .rhosts for all users.
A Plan B. might be to use the automounter so that no matter what machine the user is on; it's actually the same file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 08:00 AM
тАО06-26-2002 08:00 AM
Re: .rhosts for all users.
You can use the ftp services or use SSh services on both the machines.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 08:02 AM
тАО06-26-2002 08:02 AM
Re: .rhosts for all users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 08:04 AM
тАО06-26-2002 08:04 AM
Re: .rhosts for all users.
auto_master map
===============
/data /etc/auto_data
auto_data map
=============
machineA -nosuid machineA:/opt/dirA
machineB -nosuid machineB:/opt/dirA
So from any other machines you would be able to ..
$ cp myfile /data/machineA
and that makes a copy of "myfile" onto machineA's /opt/dirA.
just an idea..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 10:05 AM
тАО06-26-2002 10:05 AM
Re: .rhosts for all users.
HTH
Marty