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 install openssh-clients -y

 

This will install the openssh client tools including scp.