Categories
Tags
aastra apache asterisk centos cheatsheet chrome cisco comic dd dropbox email esxi fedora file sharing find gmail gnome google grep im feeling lucky linux migration networking olf openfiler openoffice replace rpl scm search security sed sp3 spyware ssh storage subversion tips tomcat twitter ubuntu vmware voip windowsArchives
Extend the timeout on SSH connections
A quick google search will quickly answer this question, but I’ve found myself asking it a few times lately. Often when I let an SSH session go idle, I’ll end up being disconnected. By adding
ServerAliveInterval 60to~/.ssh/configI’ve managed to limit this from happening.There is also a similar server side fix for this. Consult
man ssh_configandman sshd_configfor more details.Related posts:
Related posts brought to you by Yet Another Related Posts Plugin.