From 7a456e160f879c995708980c2f146fb9d24780b1 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 20 Feb 2025 06:51:46 +0100 Subject: [PATCH] bin update and ssh config update --- .ssh/config | 11 +++++++++-- bin | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index 4dbf59a..c64db41 100644 --- a/.ssh/config +++ b/.ssh/config @@ -45,13 +45,13 @@ Host buche_tmux RequestTTY yes RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh -Host erle +Host eiche HostName localhost User dirk Port 2022 ProxyJump firewall -Host erle_tmux +Host eiche_tmux HostName localhost User dirk Port 2022 @@ -59,6 +59,13 @@ Host erle_tmux RequestTTY yes RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh +Host erle_tmux + HostName erle + User dirk + Port 22 + RequestTTY yes + RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh + Host ffe_tmux HostName ffe User dirk diff --git a/bin b/bin index bc77204..4946202 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit bc772048ad0596788ab6bd4fa0588033bdc92d27 +Subproject commit 494620210e9db240f1d108fe176b9bd8d7a207f4