ssh config extended by jumphosts and additional "*_ext" hosts
This commit is contained in:
parent
4912b44547
commit
d96bdbd897
49
.ssh/config
49
.ssh/config
@ -1,3 +1,13 @@
|
||||
Host public_jumphost
|
||||
HostName mount-mockery.de
|
||||
User jump
|
||||
|
||||
Host hettingen_jumphost
|
||||
HostName localhost
|
||||
User jump
|
||||
Port 10022
|
||||
ProxyJump jump@public_jumphost
|
||||
|
||||
Host ahorn_tmux
|
||||
HostName ahorn
|
||||
User dirk
|
||||
@ -33,6 +43,21 @@ Host ffe_tmux
|
||||
RequestTTY yes
|
||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
|
||||
Host ffe_ext
|
||||
HostName ffe
|
||||
User dirk
|
||||
Port 22
|
||||
RequestTTY yes
|
||||
ProxyJump jump@hettingen_jumphost
|
||||
|
||||
Host ffe_ext_tmux
|
||||
HostName ffe
|
||||
User dirk
|
||||
Port 22
|
||||
RequestTTY yes
|
||||
ProxyJump jump@hettingen_jumphost
|
||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
|
||||
Host ffw_tmux
|
||||
HostName ffw
|
||||
User dirk
|
||||
@ -40,11 +65,27 @@ Host ffw_tmux
|
||||
RequestTTY yes
|
||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
|
||||
Host leyk
|
||||
# HostName leyk
|
||||
Host ffw_ext
|
||||
HostName ffw
|
||||
User dirk
|
||||
Port 22
|
||||
RequestTTY yes
|
||||
ProxyJump jump@hettingen_jumphost
|
||||
|
||||
Host ffw_ext_tmux
|
||||
HostName ffw
|
||||
User dirk
|
||||
Port 22
|
||||
RequestTTY yes
|
||||
ProxyJump jump@hettingen_jumphost
|
||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
|
||||
Host leyk_ext
|
||||
HostName leyk
|
||||
User dirk
|
||||
Port 22
|
||||
RequestTTY yes
|
||||
ProxyJump jump@hettingen_jumphost
|
||||
# RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
|
||||
Host mm_tmux
|
||||
@ -66,7 +107,7 @@ Host multimedia_ext
|
||||
User dirk
|
||||
Port 10022
|
||||
RequestTTY yes
|
||||
ProxyJump jump@mount-mockery.de
|
||||
ProxyJump jump@public_jumphost
|
||||
LocalForward 1880 localhost:1880
|
||||
|
||||
Host multimedia_ext_tmux
|
||||
@ -74,7 +115,7 @@ Host multimedia_ext_tmux
|
||||
User dirk
|
||||
Port 10022
|
||||
RequestTTY yes
|
||||
ProxyJump jump@mount-mockery.de
|
||||
ProxyJump jump@public_jumphost
|
||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
LocalForward 1880 localhost:1880
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user