Set ServerAliveInterval on sibelius
[mirror/dsa-puppet.git] / modules / ssh / templates / ssh_config.erb
index 1ae92b5..5364e20 100644 (file)
@@ -49,3 +49,6 @@ Host *
     GSSAPIAuthentication no
     GSSAPIDelegateCredentials no
     VerifyHostKeyDNS yes
+<%- if (hostname == "sibelius") -%>
+    ServerAliveInterval 450
+<%- end -%>