added leyk and gfe to ssh-config

This commit is contained in:
Dirk Alders 2024-12-01 12:33:06 +01:00
parent 7a4a28d927
commit 035e605fea

View File

@ -57,6 +57,13 @@ Host ffw_tmux
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host ffw_tmux
HostName ffw
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host leyk_ext
HostName leyk
User dirk
@ -65,6 +72,13 @@ Host leyk_ext
ProxyJump jump@hettingen_jumphost
# RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host leyk_tmux
HostName leyk
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host firewall_tmux
HostName firewall
User dirk