Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python패키지설치
- 푸리에 변환
- 크롤링 주의사항
- continous deployment
- 서버로 파일 복사
- 서버 os
- Machine Learning
- inductive
- docker commands
- fourier transform
- transductive
- python버전 동시 사용
- 머신러닝 딥러닝
- inductive learning
- 기초머신러닝
- dlib 설치
- virtual env
- rnn구현
- 푸리에
- 머신러닝
- transductive learning
- fourier 변환
- 로컬에서 서버
- rnn
- python2 python3
- 피티이
- inductive transductive
- Fourier
- 크롤링할때 중요한것
- 푸리에변환이란
Archives
- Today
- Total
목록ssh connection closed (1)
우당탕탕 도비의 코딩로그
[Mac] "ssh connection closed by remote host" 해결 방법
* "ssh_exchange_identification: Connection closed by remote host" 와는 다른 문제 * mac terminal 에서 server에 jupyter notebook을 ssh로 원격 연결하여 사용하는 중에 4분쯤 지나니 갑자기 "connection closed by remote host" 라는 문구가 뜨면서 server와의 연결이 끊어졌다. 이럴 경우 $HOME/.ssh 경로로 들어가서 config 파일에 TCPKeepAlive yes ServerAliveInterval 30 를 insert 하고 저장하면 된다고 되어있었지만 해결되지 않았다. [SOLUTION] 나의 경우에는 local에서 server에 연결을 할때 ssh -o ServerAliveInterv..
ERROR_SOLUTION/REMOTE SERVER
2021. 2. 23. 23:18