Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- C lanuage
- kakao
- it
- centOS7
- 안드로이드
- android
- 자바
- H2O
- MySQL
- ubuntu
- 구글
- NGINX
- 개발자
- php
- unity
- error
- javascript
- mariadb
- caddy
- 컴퓨터과학총론
- 번역
- 프래그먼트
- Portfolio
- 한글
- techEmpower
- 해석
- server
- 개발
- C
- java
Archives
- Today
- Total
개발모음집
ssh connection time increase 본문
서버 커넥션 계속 끊기는 문제로 커넥션 연결을 길게 하고 싶었다.
1. $ nano /etc/ssh/sshd_config
ClientAliveInterval 600
ClientAliveCountMax 3
//(600 초 x 3) = 30분간 세션 유지
출처: https://daemonitblog.tistory.com/7 [데몬아이티]
2. $ service ssh restart
'Server' 카테고리의 다른 글
iptables open port (0) | 2020.01.17 |
---|---|
install nginx, mysql at macOS (0) | 2019.10.22 |
To change the github remote repository address (0) | 2019.09.12 |
error: failed to push some refs to 'git repository path' (0) | 2019.09.11 |
Dockerfile로 Docker 이미지 생성하기 (0) | 2019.06.06 |