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
- Avast Security
- 직장인자기계발
- Ngrinder Docker
- nodemailer
- 환급챌린지
- ERR unknown command 'JSON.SET'
- putty Inactive
- 캐시백챌린지
- ERR unknown command 'JSON.GET'
- AWS S3 migration
- AWS S3 버킷 삭제
- 직장인인강
- 패스트캠퍼스후기
- vscode
- redis cli
- redis-cli
- Avast 구독취소
- Window redis-cli
- 패캠챌린지
- 패스트캠퍼스
- 캐시백
- elastic cache
- aws s3
- gitlab 잔디옮기기
- aws
- AWS S3 계정이동
- RedisJSON
- 한 번에 끝내는 AWS 인프라 구축과 DevOps 운영 초격차 패키지 Online
- 잔디이전
- Redis
Archives
- Today
- Total
Developing
Putty Server Connection Timed Out (Inactive) 자주되는 현상 해결방법 본문
Trouble Shooting
Putty Server Connection Timed Out (Inactive) 자주되는 현상 해결방법
DEV_BLOG 2023. 7. 6. 22:02
[상황] : Bastion Server를 띄운 Putty에서 자꾸 (Inactive) 상태가 되면서 다시 서버를 켜야하는 번거로움이 발생하는 경우를 해결하는 방법
서버 보안정책 설정을 건드리지 않고 Putty에서 옵션을 지정해 해결할 수 있는 방법이 있어 포스팅해본다.
Connection > Seceonds between keepalives (0 to turn off) 의 옵션을 0에서 120으로 변경(초단위)
Session > Save 하여 keepalives 설정 저장
원리는 SSH Session이 죽지 않도록 지정한 시간 간격으로 Null Packet을 지속적으로 보내주어서 Connection이 끊기지 않도록 한다.
Reference
https://orahow.com/keep-putty-ssh-connection-alive/
'Trouble Shooting' 카테고리의 다른 글
AWS S3 Bucket 삭제되지 않는 현상 해결방법 (0) | 2023.11.05 |
---|---|
Redis-Cli Local환경에서 JSON.GET/PUT 사용가능하게 하는 법(Err unknown command 'JSON.GET' with args beginning 해결방법) (0) | 2023.07.11 |
Authy 기기변경시 Encrypted Accounts 해결방법 (0) | 2023.06.02 |
nodemailer Error: self signed certificate in certificate chain 해결방법 (0) | 2022.11.10 |
nanoid [ERR_REQUIRE_ESM] 해결방법 : (package version에 따른 commonJS 미지원 이슈) (0) | 2022.10.26 |