projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8170df
)
Add host alias for MX-es, for email-virtualdomains checkout
author
Tollef Fog Heen
<tfheen@err.no>
Sun, 6 Oct 2013 19:18:10 +0000
(21:18 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sun, 6 Oct 2013 19:24:13 +0000
(21:24 +0200)
modules/ssh/templates/ssh_config.erb
patch
|
blob
|
history
diff --git
a/modules/ssh/templates/ssh_config.erb
b/modules/ssh/templates/ssh_config.erb
index
3a43246
..
ddd7556
100644
(file)
--- 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