- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsh from nt to Unix or Linux
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
07-23-2002 11:49 AM
07-23-2002 11:49 AM
rsh from nt to Unix or Linux
c:\> rsh bessel date
bessel:remshd:login incorrect.
rsh csn't establish connection.
We have all NT /2000 system on DHCP. There is no DNS entry for any of PC's name. so there is no question to add ip or name in /etc/hosts.equiv file.
We are using netgroup so hp and linux system can do rsh to each other. All hp and linux systems has static ip.
We don't want to put + on hosts.equiv.
Anyone has any idea how can I make this work.
Sachin
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 01:26 PM
07-23-2002 01:26 PM
Re: rsh from nt to Unix or Linux
The only thing I got to work from windows 2000 is with the -l option using root.
C:\>rsh lupus -l root date
Tue Jul 23 16:21:23 CDT 2002
and setting up .rhosts (hosts.equiv should work the same) like so:
ip.addy.of.pc pc_user
with pc_user being the username used to loggin to the PC. And it is case sensitve. Mine only worked like so ..
192.168.10.91 Administrator
and
192.168.10.91 +
but you didnt want to use the + option.
Hope this helps,
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 01:40 PM
07-23-2002 01:40 PM
Re: rsh from nt to Unix or Linux
With DHCP, if your IP address lease policies are set sufficiently long, your PC will generall keep the same IP address unless it is turned OFF, not just rebooted but actually powered off, for a time longer than the IP lease period.
I had a PC at work where the only time the IP addressed changed on the PC was when I moved between floors in the office. I had kept the same IP for at least 2 years in one case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 05:55 PM
07-23-2002 05:55 PM
Re: rsh from nt to Unix or Linux
get SSH!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 05:46 AM
07-24-2002 05:46 AM
Re: rsh from nt to Unix or Linux
create a netgroup with user name and add that in /etc/hosts.equiv file
+ +@systemuser
Harry no way I can add ssh now because few people would not like chages and we have 70 clusters i.e 4000 nodes.
putting IP address is out of question as I say because of DHCP.
Thanks for your time guys
Sachin