Adaption of ssh-config nagios->firewall
This commit is contained in:
parent
bfea19c824
commit
e4c19b4f22
@ -77,6 +77,7 @@ Host firewall_ext
|
|||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
|
LocalForward 8080 localhost:80
|
||||||
ProxyJump dirk@hettingen_jumphost
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
|
||||||
Host firewall_ext_tmux
|
Host firewall_ext_tmux
|
||||||
@ -85,6 +86,7 @@ Host firewall_ext_tmux
|
|||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
LocalForward 8080 localhost:80
|
||||||
ProxyJump dirk@hettingen_jumphost
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
|
||||||
Host ffe_ext
|
Host ffe_ext
|
||||||
@ -164,7 +166,6 @@ Host multimedia_ext
|
|||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
ProxyJump jump@public_jumphost
|
ProxyJump jump@public_jumphost
|
||||||
LocalForward 1888 localhost:1880
|
LocalForward 1888 localhost:1880
|
||||||
LocalForward 8080 localhost:80
|
|
||||||
LocalForward 8038 localhost:8038
|
LocalForward 8038 localhost:8038
|
||||||
|
|
||||||
Host multimedia_ext_tmux
|
Host multimedia_ext_tmux
|
||||||
@ -175,7 +176,6 @@ Host multimedia_ext_tmux
|
|||||||
ProxyJump jump@public_jumphost
|
ProxyJump jump@public_jumphost
|
||||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
LocalForward 1888 localhost:1880
|
LocalForward 1888 localhost:1880
|
||||||
LocalForward 8080 localhost:80
|
|
||||||
LocalForward 8038 localhost:8038
|
LocalForward 8038 localhost:8038
|
||||||
|
|
||||||
Host multimedia_kb
|
Host multimedia_kb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user