일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- docker
- GIT
- aiffel exploration
- ssh
- numpy
- 프로그래머스
- logistic regression
- 오블완
- 사회조사분석사2급
- AIFFEL
- 히비스서커스
- docker exec
- cocre
- 도커
- cs231n
- CellPin
- 코크리
- WSSS
- 기초확률론
- Jupyter notebook
- airflow
- IVI
- 백신후원
- 티스토리챌린지
- docker attach
- HookNet
- Decision Boundary
- Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images
- Pull Request
- vscode
Archives
- Today
- Total
목록scp로 파일 전송 에러 (1)
히비스서커스의 블로그

상황 scp로 local에서 remote의 destination 디렉토리로 test.txt파일을 전송하려는데 다음과 같은 에러메시지가 발생하였다. 물론 local의 ~/.ssh의 config파일에 다음과 같이 remote 서버의 정보가 올바르게 입력되어 있고 Host ubuntu HostName (remote ip주소) User user Port (remote ip주소의 port번호) IdentityFile ~/.ssh/id_rsa remote의 id_rsa.pub의 정보가 local의 authorized_keys에 입력되어 있었다. 코드 $ scp -r test.txt ubuntu:/home/user/destination 에러 ssh: Could not resolve hostname ubuntu: Te..
Programming/Linux
2022. 3. 11. 11:50