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 |
Tags
- continous deployment
- 푸리에변환이란
- python패키지설치
- virtual env
- python2 python3
- rnn
- 크롤링 주의사항
- 푸리에 변환
- 기초머신러닝
- inductive learning
- inductive
- Fourier
- rnn구현
- 서버 os
- 피티이
- docker commands
- 크롤링할때 중요한것
- 서버로 파일 복사
- fourier transform
- inductive transductive
- 머신러닝 딥러닝
- 머신러닝
- python버전 동시 사용
- 푸리에
- Machine Learning
- dlib 설치
- 로컬에서 서버
- transductive learning
- 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