Keep SSH session alive without sudo
Posted: July 24th, 2011 | Author: Vincent | Filed under: Linux | No Comments »vim ~/.ssh/config # this example keep the session alive for 60sec x 480 = 8hours ServerAliveInterval 60 #seconds ServerAliveCountMax 480 #times of keep-alive signals to send
Leave a Reply