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
March 08, 2016
2D Barcode 출력하기 tcPDF