ext hosts improved
This commit is contained in:
parent
528615b76a
commit
bfce5eacd9
46
.ssh/config
46
.ssh/config
@ -107,7 +107,7 @@ Host firewall_ext
|
|||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
ProxyJump dirk@multimedia_ext
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
|
||||||
Host firewall_ext_tmux
|
Host firewall_ext_tmux
|
||||||
HostName firewall
|
HostName firewall
|
||||||
@ -115,7 +115,41 @@ 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
|
||||||
ProxyJump dirk@multimedia_ext
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
|
||||||
|
Host ffe_ext
|
||||||
|
HostName ffe
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
LocalForward 8038 localhost:8038
|
||||||
|
|
||||||
|
Host ffe_ext_tmux
|
||||||
|
HostName ffe
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
LocalForward 8038 localhost:8038
|
||||||
|
|
||||||
|
Host ffw_ext
|
||||||
|
HostName ffw
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
LocalForward 8038 localhost:8038
|
||||||
|
|
||||||
|
Host ffw_ext_tmux
|
||||||
|
HostName ffw
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
LocalForward 8038 localhost:8038
|
||||||
|
|
||||||
Host test_tmux
|
Host test_tmux
|
||||||
HostName test
|
HostName test
|
||||||
@ -129,7 +163,7 @@ Host test_ext
|
|||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
ProxyJump dirk@multimedia_ext
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
|
||||||
Host test_ext_tmux
|
Host test_ext_tmux
|
||||||
HostName test
|
HostName test
|
||||||
@ -137,7 +171,7 @@ Host test_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
|
||||||
ProxyJump dirk@multimedia_ext
|
ProxyJump dirk@hettingen_jumphost
|
||||||
|
|
||||||
Host mm_tmux
|
Host mm_tmux
|
||||||
HostName mount-mockery.de
|
HostName mount-mockery.de
|
||||||
@ -160,6 +194,8 @@ 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
|
||||||
|
|
||||||
Host multimedia_ext_tmux
|
Host multimedia_ext_tmux
|
||||||
HostName localhost
|
HostName localhost
|
||||||
@ -169,6 +205,8 @@ 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
|
||||||
|
|
||||||
Host multimedia_kb
|
Host multimedia_kb
|
||||||
HostName 192.168.0.2
|
HostName 192.168.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user