diff --git a/.ssh/config b/.ssh/config index 3779483..a790c65 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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