]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - roles/tools/templates/ssh_config.j2
New configuration as of 2019-08-21
[perso/Immae/Config/Ansible.git] / roles / tools / templates / ssh_config.j2
CommitLineData
b4693a8e
IB
1Host *
2CheckHostIP no
3{% if "graphical_vt" not in features.get(profile, []) %}
4ProxyCommand sh -c 'gpg-connect-agent updatestartuptty /bye >/dev/null && nc "$0" "$1"' %h %p
5{% endif %}
6
7Host gitolite
8HostName git.immae.eu
9User gitolite
10
11Host immae.eu
12HostName immae.eu
13User immae
80ed46d4
IB
14
15Host 443.immae.eu
16HostName 178.33.252.96
17User immae
18Port 443