Installing the scp Command on CentOS (openssh-clients)
After a minimal CentOS install, the scp command may be missing and report -bash: scp: command not found, while yum install scp finds no matching package. scp actually belongs to openssh-clients, so installing that package fixes it.