Skip to main content
Search
Search This Blog
NaMakSin
Lazy Developer
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
FreeBSD
Linux
ssh
Ubuntu
December 28, 2015
How to keep connection with a ssh server.
When you use ssh on terminal, ssh connection is disconnected on idle.
Let's fix it.
>sudo vi /etc/ssh/ssh_config
--------------------add
ServerAliveInterval 300
300 means 300 seconds.
Popular Posts
June 03, 2015
save as pdf, html with PHPExcel in codeigniter
February 22, 2019
How to download photos from iCloud on Linux