Operating System - HP-UX
1752786 Members
5874 Online
108789 Solutions
New Discussion юеВ

configuring rexec in hpux

 
SOLVED
Go to solution
Sreer
Valued Contributor

configuring rexec in hpux

Hi All,

I need to configure rexec in my hpux boxes.
Could you pls provide the necessary steps for the same ? many thanks.Is ssh must for rexec?

hope rexec is default package comimg with hpux ?

Rgds
Sree
3 REPLIES 3
Ganesan R
Honored Contributor
Solution

Re: configuring rexec in hpux

Hi Sreer,

You just need to enable the following line from /etc/inetd.conf file. that's it

exec stream tcp nowait root /usr/lbin/rexecd rexecd

Once uncomment the above line, restart the inetd daemon by runing the following command.

#inetd -c
Best wishes,

Ganesh.
Sreer
Valued Contributor

Re: configuring rexec in hpux

Hi Ganesh,

Thanks much for your help.

I will try the same in my boxes :-)

Rgds Sree
Torsten.
Acclaimed Contributor

Re: configuring rexec in hpux

From a safety point of view it could be better to do

# ssh user@system 'command'

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!