scp가 bash와의 작동을 중지했습니다: scp: 명령을 찾을 수 없음/연결이 끊김

scp가 bash와의 작동을 중지했습니다: scp: 명령을 찾을 수 없음/연결이 끊김

나는 항상 scp로 파일을 복사하고 있었습니다.

scp from to

갑자기 작동이 중단되었습니다.

#scp from host:/home/username/to
bash: scp: command not found
lost connection

또는

#scp host:/home/username/to/file .
bash: scp: command not found

왜? 무슨 뜻이에요? 그리고 어떻게 고치나요?

내가 할 수있는

ssh host

성공적으로.


scp여기에

#scp
usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-o ssh_option] [-P port] [-S program]
           [[user@]host1:]file1 ... [[user@]host2:]file2

관련 정보