Operating System - Linux
1827953 Members
3016 Online
109973 Solutions
New Discussion

How to enable Remote execution RHEL5 ?

 
Yaboto
Super Advisor

How to enable Remote execution RHEL5 ?

Hi,

I want to be able to push some software agents to my RHEL5 without my RHEL5 requesting for username and password.

Please Advice
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: How to enable Remote execution RHEL5 ?

> I want to be able to push some software
> agents [...]

What would an actual command look like?

> [...] to my RHEL5 [...]

From?

> [...] without my RHEL5 requesting for
> username and password.

What are you doing now which causes it to ask
for these things? Telnet? rsh? ssh? ????
Steven E. Protter
Exalted Contributor

Re: How to enable Remote execution RHEL5 ?

Shalom,

I will assume you want to use openssh.

Here is a doc:
http://www.hpux.ws/?p=10

Enjoy.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Yaboto
Super Advisor

Re: How to enable Remote execution RHEL5 ?


I am deploying HP Open View Storage Data Protector disk agent from its Installation server to another RHEL5 server. In the process, a pop-up screen is shown requesting for username and password. Even though the correct username and password is supplied, the process still reports INVALID USERNAME AND PASSWORD.

Whenever I have similar problem in HP Unix environment, I just play around files like .rhosts and host.equiv etc... and the agent is pushed successfully without even asking for username and password.

Please I need advice concerning the RHEL5 environment.

Thanks
Steven Schweda
Honored Contributor

Re: How to enable Remote execution RHEL5 ?

> I am deploying [...]

So, you're running some (unspecified)
program, and it attempts (somehow) to connect
to a remote system, and that fails?

I don't know what it's doing, and the error
message doesn't say much. I'd guess that the
documentation for this (unspecified) program
explains how it tries to do things on a
remote system, and what you would need to do
to make that work.

> [...] I just play around files like .rhosts
> and host.equiv etc [...]

Those normally affect rsh/remsh. What
happens if you try a command like
rsh other_host
?

You may need to play around with the same
files on the Linux system, or you may need to
enable the RSH server on the Linux system, or
you may need to use SSH instead of RSH, or
any number of other things. You may even
need to read the instructions for the program
you're using.