]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - roles/tools/templates/ssh_config.j2
Add pavucontrol and ssh
[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