- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Remotely login to a linux server from hp
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
06-10-2004 05:17 PM
06-10-2004 05:17 PM
Remotely login to a linux server from hp
How can i remotely login from hp server to a linux server as i do it for a remote hp server
via "remsh ".
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 05:37 PM
06-10-2004 05:37 PM
Re: Remotely login to a linux server from hp
You can use the standard tools (remsh (called 'rsh' in linux), rexec and rlogin).
By default, most linux distributions dissalow you from doing 'r' based commands into a Linux box as the 'root' user, but the concept of '.rhosts' files is the same.
It is reccomended however that you use the 'ssh' replacement of such tools for security purposes, using an 'rsa' key exchange for security.
if you could clarify exactally how you want to 'remotely login', we can give you further details on how to do such tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 05:52 PM
06-10-2004 05:52 PM
Re: Remotely login to a linux server from hp
remsh
where hostname is running linux o/s.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:01 PM
06-10-2004 07:01 PM
Re: Remotely login to a linux server from hp
Check the deamons are running on the linux box. Can you telnet to the linux server?
Add your HP server's hostname to $HOME/.rhosts on the linux server.
Maybe add FQDN too, and IP address if you experience problems.
Do a chmod 400 .rhosts.
Try to rlogin from HP server.
As said by Stuart, consider using ssh which will give you the same functionality but no passwords in clear text over the network.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 08:15 PM
06-10-2004 08:15 PM
Re: Remotely login to a linux server from hp
it's better to ask the question in one forum only....
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2004 04:48 AM
06-12-2004 04:48 AM
Re: Remotely login to a linux server from hp
ssh hostname.com
should work. Works for me.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2004 10:44 PM
06-12-2004 10:44 PM
Re: Remotely login to a linux server from hp
If you want to allow rsh/rlogin in RH/Fedora:
1) chkconfig rsh on ; chkconfig rlogin on
2) add you hp host hostname into .rhosts
3) if you want to use rsh/rlogin for root user - you should add rsh and rlogin into /etc/securetty file.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 12:45 AM
06-14-2004 12:45 AM
Re: Remotely login to a linux server from hp
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
Best Regards,
Dave