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
|
Host ahorn_tmux
|
||||||
HostName ahorn
|
HostName ahorn
|
||||||
User dirk
|
User dirk
|
||||||
@ -33,6 +43,21 @@ Host ffe_tmux
|
|||||||
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
|
||||||
|
|
||||||
|
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
|
Host ffw_tmux
|
||||||
HostName ffw
|
HostName ffw
|
||||||
User dirk
|
User dirk
|
||||||
@ -40,11 +65,27 @@ Host ffw_tmux
|
|||||||
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
|
||||||
|
|
||||||
Host leyk
|
Host ffw_ext
|
||||||
# HostName leyk
|
HostName ffw
|
||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
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
|
# RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
Host mm_tmux
|
Host mm_tmux
|
||||||
@ -66,7 +107,7 @@ Host multimedia_ext
|
|||||||
User dirk
|
User dirk
|
||||||
Port 10022
|
Port 10022
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
ProxyJump jump@mount-mockery.de
|
ProxyJump jump@public_jumphost
|
||||||
LocalForward 1880 localhost:1880
|
LocalForward 1880 localhost:1880
|
||||||
|
|
||||||
Host multimedia_ext_tmux
|
Host multimedia_ext_tmux
|
||||||
@ -74,7 +115,7 @@ Host multimedia_ext_tmux
|
|||||||
User dirk
|
User dirk
|
||||||
Port 10022
|
Port 10022
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
ProxyJump jump@mount-mockery.de
|
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 1880 localhost:1880
|
LocalForward 1880 localhost:1880
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user