Where’s my scp?

CentOS, in the default install that I got, does not come with scp. So you get this:

[user@host ~]# scp
bash: scp: command not found

So you need to use yum to install it.

yum install openssh-clients

Easy when you know.