From dec1ae52b0c5219cbb639bcfa575ac28fc386a9b Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 6 Oct 2013 21:18:10 +0200 Subject: [PATCH] Add host alias for MX-es, for email-virtualdomains checkout --- modules/ssh/templates/ssh_config.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ssh/templates/ssh_config.erb b/modules/ssh/templates/ssh_config.erb index 3a432464d..ddd755605 100644 --- a/modules/ssh/templates/ssh_config.erb +++ b/modules/ssh/templates/ssh_config.erb @@ -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 -- 2.20.1