Send ServerAlive messages from ssh clients
[releng/builder.git] / jenkins-scripts / basic_settings.sh
index 07b7e5141945794e71c1ad06877c24917f262d8f..25aa8a4ec6f8c687af21adf3cce4dd7c33f09355 100755 (executable)
@@ -7,6 +7,8 @@ jenkins         hard    nofile          16000
 EOF
 
 cat <<EOSSH >> /etc/ssh/ssh_config
+Host *
+  ServerAliveInterval 60
 
 # we don't want to do SSH host key checking on Rackspace spin-up systems
 # Dallas (ODL)