- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to configure rsh in hpux
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
10-28-2008 04:33 AM
10-28-2008 04:33 AM
how to configure rsh in hpux
Could you pls explain how to configure ssh and rsh in hpunix?
Thanks in advance
Sreekumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 04:38 AM
10-28-2008 04:38 AM
Re: how to configure rsh in hpux
Can you confirm?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 04:43 AM
10-28-2008 04:43 AM
Re: how to configure rsh in hpux
ssh and rsh are two totally different animals
rsh is configured in inetd.conf and is not recommended because its not secure.
ssh.
Doc
http://docs.hp.com/en/5992-2852/ch08s07.html
Installation will get you going in a secure mode. Some configuration required for higher end security features.
Fun.
really.
lots of fun.
SEP
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
10-28-2008 04:44 AM
10-28-2008 04:44 AM
Re: how to configure rsh in hpux
thanks for your reply.
It is clear rsh only not remsh.
Could you explain as steps.
I think first we need to make entry in /etc/inetd.conf?
after that do we need to run rsh start?
or do we install any package for that?
thanks
Sreekumar.R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 04:46 AM
10-28-2008 04:46 AM
Re: how to configure rsh in hpux
Configuration file is .rhosts. The file will be there in each user's home directory. For root its /.rhosts. You can give permission based on username OR hostname.
Rgds
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 05:03 AM
10-28-2008 05:03 AM
Re: how to configure rsh in hpux
Be sure all remshd-lines are NOT commented out in /etc/inetd.conf - meaning NO "#" in the beginning of the lines.
If you change anything in the file, restart inetd:
/sbin/init.d/inetd stop
/sbin/init.d/inetd start
On the machines you need to remsh to, make a file in the user's (the one you want to use when you use remsh) homedirectory, called .rhosts. If you want to login as root, it should be in root's homedir, which usually is /. The file could look like this:
server1 root
server2 mrsmith
...making it possible for root to connect from server1, and the user mrsmith to connect from server2.
...but you would consider, if it is an option, to use ssh.
Yours
Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 05:43 AM
10-28-2008 05:43 AM
Re: how to configure rsh in hpux
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 06:02 AM
10-28-2008 06:02 AM
Re: how to configure rsh in hpux
> It is clear rsh only not remsh.
The term 'rsh' stands for "Restricted SHell". The term 'remsh' stand for REMote SHell".
If you truly mean to setup a restricted shell environment you will need to specify '/usr/bin/rsh' as the shell for the user account in '/etc/passwd'.
Regards!
...JRF...