RaspberryPi1 raspberry pi / ssh ssh설정파일 /etc/ssh/sshd_config 아래항목을 추가 ClientAliveInterval 600 - 서버에서 클라이언트의 데이터의 수신이 없을시 살아있는지 확인 신호를 보내는 간격 ClientAliveCountMax 5 - 확인신호를 지정된 횟수만큼 보내고 응답이 없으면 세션을 종료 root@raspberrypi:~# root@raspberrypi:~# echo "ClientAliveInterval 600" >> /etc/ssh/sshd_config root@raspberrypi:~# echo "ClientAliveCountMax 5" >> /etc/ssh/sshd_config root@raspberrypi:~# /etc/init.d/ssh restart [ ok ] Restarting O.. 2020. 4. 21. 이전 1 다음 반응형