RHEL 7 clusterssh

I'm looking for the rpm for clusterssh on RHEL7. I've found a couple sites but when I try to install them I'm missing dependencies. I haven't been able to find all of the working dependencies. Anyone have a link to the needed rpms?

If it is not a true RH product (therefore available through yum either direct or via a Satellite Server) then this may well be the one you want:-

Cluster SSH - Cluster Admin Via SSH download | SourceForge.net

I hope that this helps,
Robin

When I try the install instructions. I get the below message.

# perl Build.PL
Can't locate Module/Build.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Build.PL line 5.
BEGIN failed--compilation aborted at Build.PL line 5.

---------- Post updated 02-07-17 at 09:42 AM ---------- Previous update was 02-06-17 at 11:02 AM ----------

***Solved***
I found what I was looking for.

# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm
  # rpm -ivh epel-release-7-9.noarch.rpm
  # yum clean all
  # yum repolist
  # yum install clusterssh

You may need to do the following:

Edit /etc/ssh/sshd_config file:
# vi /etc/ssh/sshd_config

Set the following two options:

X11Forwarding yes
X11UseLocalhost no

Save and close the file. Reload the sshd, enter:

# systemctl restart sshd.service