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

관련 정보