Operating System - Linux
1752676 Members
5974 Online
108789 Solutions
New Discussion юеВ

Re: getting ssh installed & configured in Redhat

 
SOLVED
Go to solution
Daniel Simard
Frequent Advisor

getting ssh installed & configured in Redhat

Good morning All,

How does one go buy first:
1. Installing ssh in redhat properly, i did a yum list rsh* and it says *installed* but it doesn't seem to be as the files are not there etc...

2. If I do a yum install , i get "Package rsh-0.17-38.el5.x86_64 installed and not available"

I will start with just that as my question, your help is much appreciated.
Si tu n'as pas ce que tu aimes, aimes ce que tu as.
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: getting ssh installed & configured in Redhat

Do you need RSH or SSH?

Run chkconfig --list | grep

To identify if it's installed.

Enable with:

chkconfig on
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Daniel Simard
Frequent Advisor

Re: getting ssh installed & configured in Redhat

sorry i meant rsh, here are the results to the commands you wanted me to run.

chkconfig --list | grep rsh +
gives me nothing,

which indicates that it isn't installed.

why does yum list rsh* indicate that the package is installed when chkconfig doesn't.
Si tu n'as pas ce que tu aimes, aimes ce que tu as.
Ivan Ferreira
Honored Contributor
Solution

Re: getting ssh installed & configured in Redhat

Then try running:

yum install rsh-server

You already have installed the rsh client.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?