X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssh%2Ftemplates%2Fssh_config.erb;h=3a432464d1e6e152994922fc9cd0bd1d1897a2ff;hb=89d2ffe2f7e856f92d593cf14736bfdd8a797107;hp=1ae92b5cc03aded80ef9a3b63be42ef1a75c9a68;hpb=4787bbcdefd4b94330746589d40808d5ce02ff9e;p=mirror%2Fdsa-puppet.git diff --git a/modules/ssh/templates/ssh_config.erb b/modules/ssh/templates/ssh_config.erb index 1ae92b5cc..3a432464d 100644 --- a/modules/ssh/templates/ssh_config.erb +++ b/modules/ssh/templates/ssh_config.erb @@ -1,3 +1,8 @@ +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git +## + # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for # users, and the values can be changed in per-user configuration files @@ -49,3 +54,6 @@ Host * GSSAPIAuthentication no GSSAPIDelegateCredentials no VerifyHostKeyDNS yes +<%- if (hostname == "sibelius") -%> + ServerAliveInterval 450 +<%- end -%>