-
timed out waiting for input: auto-logout카테고리 없음 2017. 10. 12. 15:16
자동으로 끊어지는 경우, 끊기지 않게 하는 방법
#방법1
vim /etc/ssh/sshd_config
//주석 제거 및 값 설정
ClientAliveInterval 300
ClientAliveCountMax 3
//sshd 재시작
service sshd restart
#방법2
vi /etc/bashrc
TMOUT=0
source ~/.bashrc