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