.Net, Rails, and other stuff
Sai Jyothi Prasad Ponduru's learning blog
Thursday, December 27, 2018
Linux: Prevent SSH timeout
https://bjornjohansen.no/ssh-timeout
In
~/.ssh/config
add the following line:
ServerAliveInterval 30
This will send a “null packet” every 30 seconds on your SSH connections to keep them alive.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment