일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ssh
- 히비스서커스
- 기초확률론
- vscode
- 백신후원
- airflow
- Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images
- 코크리
- 도커
- logistic regression
- docker
- GIT
- aiffel exploration
- docker exec
- 오블완
- AIFFEL
- 프로그래머스
- WSSS
- cocre
- 티스토리챌린지
- numpy
- cs231n
- CellPin
- Jupyter notebook
- Pull Request
- docker attach
- 사회조사분석사2급
- IVI
- Decision Boundary
- HookNet
Archives
- Today
- Total
목록ssh: Could not resolve hostname ubuntu: Temporary failure in name resolution (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