X

bash: scp: command not found lost connection が出たら。

SCPでファイル転送を行おうとして転送元のコンソールで

bash: scp: command not found
lost connection

が出た場合の対処

転送先サーバーにSCPが入ってないので入れてあげます。

# yum install openssh-clients

これで、SCPで転送できるようになります。

Categories: linux
Tags: centoslinux
higherhope: