firewall and test added to ssh config
This commit is contained in:
parent
11624cffb6
commit
117730b82c
44
.ssh/config
44
.ssh/config
@ -88,6 +88,50 @@ Host leyk_ext
|
|||||||
ProxyJump jump@hettingen_jumphost
|
ProxyJump jump@hettingen_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
|
||||||
|
|
||||||
|
Host firewall_tmux
|
||||||
|
HostName firewall
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host firewall_ext
|
||||||
|
HostName firewall
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
ProxyJump dirk@multimedia_ext
|
||||||
|
|
||||||
|
Host firewall_ext_tmux
|
||||||
|
HostName firewall
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
ProxyJump dirk@multimedia_ext
|
||||||
|
|
||||||
|
Host test_tmux
|
||||||
|
HostName test
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host test_ext
|
||||||
|
HostName test
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
ProxyJump dirk@multimedia_ext
|
||||||
|
|
||||||
|
Host test_ext_tmux
|
||||||
|
HostName test
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
ProxyJump dirk@multimedia_ext
|
||||||
|
|
||||||
Host mm_tmux
|
Host mm_tmux
|
||||||
HostName mount-mockery.de
|
HostName mount-mockery.de
|
||||||
User root
|
User root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user