diff options
Diffstat (limited to 'roles/tools/templates')
-rw-r--r-- | roles/tools/templates/ssh_config.j2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/tools/templates/ssh_config.j2 b/roles/tools/templates/ssh_config.j2 new file mode 100644 index 0000000..63cfe81 --- /dev/null +++ b/roles/tools/templates/ssh_config.j2 | |||
@@ -0,0 +1,13 @@ | |||
1 | Host * | ||
2 | CheckHostIP no | ||
3 | {% if "graphical_vt" not in features.get(profile, []) %} | ||
4 | ProxyCommand sh -c 'gpg-connect-agent updatestartuptty /bye >/dev/null && nc "$0" "$1"' %h %p | ||
5 | {% endif %} | ||
6 | |||
7 | Host gitolite | ||
8 | HostName git.immae.eu | ||
9 | User gitolite | ||
10 | |||
11 | Host immae.eu | ||
12 | HostName immae.eu | ||
13 | User immae | ||