scpコマンドが見つかりません

scpで対象サーバにファイルを転送しようとしたら怒られた。

# scp -r /root/.ssh 192.168.24.192:/root/
The authenticity of host '192.168.24.192 (192.168.24.192)' can't be established.
RSA key fingerprint is 07:e6:7f:fb:1f:6a:aa:7a:5a:34:20:7d:7b:ac:6d:d7.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.24.192' (RSA) to the list of known hosts.
root@192.168.24.192's password: 
bash: scp: コマンドが見つかりません
lost connection

対象サーバにインストールする必要がある。

# yum install openssh-clients