summaryrefslogtreecommitdiff
path: root/roles/tools/templates/ssh_config.j2
blob: 63cfe81782b1bb01d5cdd59adfb4628488303eb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Host *
CheckHostIP no
{% if "graphical_vt" not in features.get(profile, []) %}
ProxyCommand sh -c 'gpg-connect-agent updatestartuptty /bye >/dev/null && nc "$0" "$1"' %h %p
{% endif %}

Host gitolite
HostName git.immae.eu
User gitolite

Host immae.eu
HostName immae.eu
User immae