]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add host alias for MX-es, for email-virtualdomains checkout
authorTollef Fog Heen <tfheen@err.no>
Sun, 6 Oct 2013 19:18:10 +0000 (21:18 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 6 Oct 2013 19:24:13 +0000 (21:24 +0200)
modules/ssh/templates/ssh_config.erb

index 3a432464d1e6e152994922fc9cd0bd1d1897a2ff..ddd755605c3faf38ab41f12ec67f67ffd25532a4 100644 (file)
@@ -57,3 +57,8 @@ Host *
 <%- 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