Does R1.7 VM have ssh client?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

Does R1.7 VM have ssh client?

Post by jrmartin »

I have the prebuilt VM but cannot find ssh client. Was it not included?
[nagios@nadc-nag-p01 .ssh]$ rpm -qa|grep ssh
openssh-server-5.3p1-20.el6_0.3.i686
libssh2-1.2.2-7.el6.i686
openssh-5.3p1-20.el6_0.3.i686

[nagios@nadc-nag-p01 .ssh]$ whereis ssh
ssh: /etc/ssh

[root@nadc-nag-p01 /]# find . -name "ssh" -print
./etc/ssh

Thanks!
Jeff
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

Re: Does R1.7 VM have ssh client?

Post by jrmartin »

I installed openssh-clients and created a link to /usr/bin/ssh from /usr/local/bin/ and check_by_ssh is working now.
RogerSah
Posts: 1
Joined: Thu Sep 15, 2011 11:34 am

Re: Does R1.7 VM have ssh client?

Post by RogerSah »

I just registered to ask this same question, thanks for the solution !
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Does R1.7 VM have ssh client?

Post by nscott »

Yeah, we're working the kinks out of the CentOS 6 install that we moved to, and things we took for granted that would be installed (openssh-client) were not installed. It will be rectified with the next release of the VM, which will be re-released before 1.8 is released.
Nicholas Scott
Former Nagios employee
Locked