]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Set ServerAliveInterval on sibelius
authorPeter Palfrader <peter@palfrader.org>
Mon, 8 Nov 2010 12:33:58 +0000 (13:33 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 8 Nov 2010 12:33:58 +0000 (13:33 +0100)
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 -%>