How to install scp on CentOS

If you are receiving the error: :”scp: command not found” in your bash terminal, please ensure that you’ve run:

 yum -y install openssh-server openssh-clients

This will install the openssh client tools including scp.

You may also like