From 117730b82c903f7e484c0ea5fecd039f48a7397b Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sat, 30 Sep 2023 09:02:54 +0200 Subject: [PATCH] firewall and test added to ssh config --- .ssh/config | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/.ssh/config b/.ssh/config index 3c73cc6..70fb072 100644 --- a/.ssh/config +++ b/.ssh/config @@ -88,6 +88,50 @@ Host leyk_ext ProxyJump jump@hettingen_jumphost # 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 HostName mount-mockery.de User root