Where is sftp and scp

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
fogier
Posts: 66
Joined: Fri Jul 13, 2012 12:53 am

Where is sftp and scp

Post by fogier »

Just downloaded the last virtual machine (vsphere) of Nagios XI 2012 (v2.3).
I want to use sftp and scp. However, when I try to use these commands I get the following:

Code: Select all

[root@SERVER ~]# scp
-bash: scp: command not found
[root@SERVER ~]# sftp
-bash: sftp: command not found
Where are they!!??
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Where is sftp and scp

Post by scottwilkerson »

Run

Code: Select all

 yum install openssh-clients -y
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
fogier
Posts: 66
Joined: Fri Jul 13, 2012 12:53 am

Re: Where is sftp and scp

Post by fogier »

Thanks! works like a charm.

Why are they removed?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Where is sftp and scp

Post by sreinhardt »

They are not being removed, we simply did not add them, as the vm is based off a minimal install with only nagios installed and packages required.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked