Преглед изворни кода

proxy jump auto configure

systemd-xsession
Markus Katharina Brechtel пре 3 година
родитељ
комит
e3762f74af
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      templates/ssh/ssh.config.j2

+ 3
- 0
templates/ssh/ssh.config.j2 Прегледај датотеку

@@ -6,4 +6,7 @@ Host {{hostname}}
{% elif 'external_ip' in hostvars[hostname] %}
HostName {{hostvars[hostname].external_ip}}
{% endif %}
{% if 'ssh_proxy_jump' in hostvars[hostname] %}
ProxyJump {{hostvars[hostname].ssh_proxy_jump}}
{% endif %}
{% endfor %}