Putty에서 다음 명령을 사용하여 Linux Debian의 한 서버에서 다른 서버로 데이터를 복사하려고 합니다.
scp -r [email protected]:/home/khader/backup/ [email protected]:/home/khader/
비밀번호를 요구하는군요
[email protected]'s password:
비밀번호를 입력하니 이렇게 나오네요
Host key verification failed.
lost connection
무엇이 문제인지 아시나요?
답변1
말한 바와 같이댓글로:
이 명령을 사용했습니다
scp /local_directory/local_file username@hostname_or_IP_address:~/remote_directory