- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: remsh from hp-ux to 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
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
тАО11-29-2006 06:59 AM
тАО11-29-2006 06:59 AM
remsh from hp-ux to linux
Is there a way by which I can rsh from a HP-UX server to a linux box.
I tried setting the /.k5login and /root/.k5login file to contain
userH/userL@linuxbox.com where userH is the HP-UX login and userL is the Linux login.
From the hp-ux server, when I execute the
remsh linuxbox.com -l userL -n hostname command, I get permission denied error.
I have HP-UX 11.11 and RHEL AS 4 distro.
Please advise.
Thanks,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2006 07:05 AM
тАО11-29-2006 07:05 AM
Re: remsh from hp-ux to linux
Is rsh turned on in your linux box? I am not sure, but I think by default they are disabled due to the insecurity of those commands.
I believe you use "chkconfig" to activate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2006 07:08 AM
тАО11-29-2006 07:08 AM
Re: remsh from hp-ux to linux
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2006 07:20 AM
тАО11-29-2006 07:20 AM
Re: remsh from hp-ux to linux
Thank you for your help. The chkconfig shows the rsh to be on.
I cannot use the ~/.rhost as it is not looked for on the linux box.
-Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2006 07:28 AM
тАО11-29-2006 07:28 AM
Re: remsh from hp-ux to linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2006 07:29 AM
тАО11-29-2006 07:29 AM
Re: remsh from hp-ux to linux
If you're not using Kerberos then you probably need .rhosts instead. What makes you think it's not being used?
If you're connecting in as root you may need to set up your /etc/securetty, but I'm not certain of that (it's been many years since I used the r* commands on Linux - better alternatives exist).
If you are using Kerberos then you probably need to make sure both systems can obtain tickets and that their clocks are in sync with each other and with the KDC. But there are a lot of other things to check with Kerberos too.