puppet 4 foo
[mirror/dsa-puppet.git] / modules / ssh / templates / ssh_config.erb
index 1ae92b5..e132a20 100644 (file)
@@ -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,11 @@ Host *
     GSSAPIAuthentication no
     GSSAPIDelegateCredentials no
     VerifyHostKeyDNS yes
+<%- if (@hostname == "sibelius") -%>
+    ServerAliveInterval 450
+<%- end -%>
+# Used for the email-virtualdomains setup
+Host mail-git
+    Hostname adayevskaya.debian.org
+    User git
+    IdentityFile /etc/ssh/ssh_host_rsa_key