From 035e605feaad3b140248f3688c8808b8a88f3ffd Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 1 Dec 2024 12:33:06 +0100 Subject: [PATCH] added leyk and gfe to ssh-config --- .ssh/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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