puppet 4 foo
[mirror/dsa-puppet.git] / modules / ssh / templates / ssh_config.erb
index 3a43246..e132a20 100644 (file)
@@ -54,6 +54,11 @@ Host *
     GSSAPIAuthentication no
     GSSAPIDelegateCredentials no
     VerifyHostKeyDNS yes
-<%- if (hostname == "sibelius") -%>
+<%- 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