Keeping Your ssh Connection Alive
Feb 11, 2009, 04:32 (0 Talkback[s])
(Other stories by Juliet Kemp)
"You can fix this using the SSH config option
ServerAliveInterval. SSH options can be set on the command-line
(with the -o option), or by editing your ~/.ssh/config or
/etc/ssh_config files. Note that SSH uses the first setting that it
encounters for an option, and it reads command-line options, then
per-user config, then the global config, and general/default ones
at the end."
Complete
Story
Related Stories:
- Definitive Linux Remote System Access Guide(Feb 04, 2009)
- SSH Tunnel Setup and Configuration Guide(Jan 27, 2009)
- OpenSSH: The Poor Man's SOCKS Proxy(Jan 22, 2009)
- Practical Security: Creating SSH Tunnels(Jan 20, 2009)
- Mastering SSH: Connecting, Executing Remote Commands and Using Authorized Keys(Jan 01, 2009)
- Speed Up Multiple SSH Connections to the Same Server(Dec 29, 2008)
- The New openSUSE Community-Elected Board Speaks(Nov 05, 2008)
- 7 Apps Every Open Source Enthusiast Should Brag About(Nov 03, 2008)
- Parallel SSH Execution and a Single Shell to Control Them All(Oct 31, 2008)