summaryrefslogtreecommitdiff
path: root/test/configs/proxy_command_proxy_jump_mix
blob: 6eb6df5fe3a4081cca5cc5bd267b2cbb29c01f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
Host test.mix1
  ProxyJump jump2

Host *.mix1
  ProxyCommand ssh -W %h:%p jump1

Host test.mix2
  ProxyCommand ssh -W %h:%p jump2

Host *.mix2
  ProxyJump jump1