소스 검색

proxy jump auto configure

systemd-xsession
부모
커밋
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 %}