X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssh%2Ftemplates%2Fssh_config.erb;h=e132a202b08b315dcddf115e357d79be91b597ef;hb=6f2e5fc86e49c12b12eef39fc69e0e810a32c318;hp=3a432464d1e6e152994922fc9cd0bd1d1897a2ff;hpb=6a8598ab1f4554d1cdc98cef09b190fa23f868fa;p=mirror%2Fdsa-puppet.git diff --git a/modules/ssh/templates/ssh_config.erb b/modules/ssh/templates/ssh_config.erb index 3a432464d..e132a202b 100644 --- a/modules/ssh/templates/ssh_config.erb +++ b/modules/ssh/templates/ssh_config.erb @@ -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