File: proxy_command_proxy_jump_mix

package info (click to toggle)
ruby-net-ssh 1%3A7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,804 kB
  • sloc: ruby: 16,999; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
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