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