Linux [CentOS 7] SSH 접속 세션 시간 조정
페이지 정보
본문
SSH를 사용하다 보면 자주 끊기는 현상이 발생 한다.
설정 변경으로 문제를 해결 할 수 있다.
1. sshd 설정 변경
[root@localhost ~]# vi /etc/ssh/sshd_config
TCPKeepAlive yes
ClientAliveInterval 600
ClientAliveCountMax 10
2. SSHD 서버 재기동
[root@localhost ~]# systemctl restart sshd
참고자료
https://blog.miyam.net/98
https://blog.hometown.co.kr/590
설정 변경으로 문제를 해결 할 수 있다.
1. sshd 설정 변경
[root@localhost ~]# vi /etc/ssh/sshd_config
TCPKeepAlive yes
ClientAliveInterval 600
ClientAliveCountMax 10
2. SSHD 서버 재기동
[root@localhost ~]# systemctl restart sshd
참고자료
https://blog.miyam.net/98
https://blog.hometown.co.kr/590
댓글목록
등록된 댓글이 없습니다.