It seems after about 5 minutes an inactive ssh session is terminated. The server is Ubuntu. How can I change this?
|
feedback
|
migrated from stackoverflow.com Oct 17 '11 at 19:22
This question came from our site for professional and enthusiast programmers.
|
On the server, login as root and edit
man sshd_config:
You'll need to restart the Alternatively on the client edit
| |||
|
feedback
|
|
This question was asked and answered less than an hour ago. | |||
|
feedback
|
|
Edit your ssh_config file. Include there 'ConnectTimeout 0' to deactivate timeout. | |||
|
feedback
|