Page 1 of 1

Where is sftp and scp

Posted: Fri Sep 06, 2013 6:45 am
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!!??

Re: Where is sftp and scp

Posted: Fri Sep 06, 2013 6:56 am
by scottwilkerson
Run

Code: Select all

 yum install openssh-clients -y

Re: Where is sftp and scp

Posted: Fri Sep 06, 2013 8:40 am
by fogier
Thanks! works like a charm.

Why are they removed?

Re: Where is sftp and scp

Posted: Fri Sep 06, 2013 9:15 am
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.