1) Windows에 OpenSSH Client 라는 기능이 활성화 제어판에 "앱 및 기능" -> "선택적 기능" 메뉴 -> OpenSSH 클라이언트 설치 확인 2) Windows CMD $ scp {window 경로}\{파일명} {linux계정}@{ubuntu public주소}:{저장될 폴더} ERROR 1 : Warning: Permanently added '{ubuntu public주소}' (ECDSA) to the list of known hosts. ubuntu@{ubuntu public주소}: Permission denied (publickey). lost connection 해결 1 : ubuntu ssh 설정의 문제 /etc/ssh/sshd_config 에서 PasswordAuthentic..