Adaption of ssh-config nagios->firewall

This commit is contained in:
Dirk Alders 2024-03-29 10:39:57 +01:00
parent bfea19c824
commit e4c19b4f22

View File

@ -77,6 +77,7 @@ Host firewall_ext
User dirk
Port 22
RequestTTY yes
LocalForward 8080 localhost:80
ProxyJump dirk@hettingen_jumphost
Host firewall_ext_tmux
@ -85,6 +86,7 @@ Host firewall_ext_tmux
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
LocalForward 8080 localhost:80
ProxyJump dirk@hettingen_jumphost
Host ffe_ext
@ -164,7 +166,6 @@ Host multimedia_ext
RequestTTY yes
ProxyJump jump@public_jumphost
LocalForward 1888 localhost:1880
LocalForward 8080 localhost:80
LocalForward 8038 localhost:8038
Host multimedia_ext_tmux
@ -175,7 +176,6 @@ Host multimedia_ext_tmux
ProxyJump jump@public_jumphost
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
LocalForward 1888 localhost:1880
LocalForward 8080 localhost:80
LocalForward 8038 localhost:8038
Host multimedia_kb