| Keep SSH session alive on Mac OS X |
|
|
| Written by Oscar Sodani | |
| Tuesday, 25 March 2008 | |
|
There is a simple fix to this: you should have a .ssh directory in your home directory. Create a file in there called "config", if it doesn't already exist. In the file, put the following two lines: ServerAliveInterval 300 Save the file, and reconnect via SSH to your server or whatever. This time, the session should stay alive for as long as necessary. My sanity was saved. |
| Next > |
|---|
