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 3a43246..ddd7556 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