From 53a88ab339fc7ed4095bf47dd14f4fd6c0c14f76 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 29 Jan 2024 18:01:43 +0100 Subject: [PATCH] ext hosts removal of old host entries --- .ssh/config | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.ssh/config b/.ssh/config index 41fd349..32ba021 100644 --- a/.ssh/config +++ b/.ssh/config @@ -50,21 +50,6 @@ Host ffe_tmux RequestTTY yes RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh -Host ffe_ext - HostName ffe - User dirk - Port 22 - RequestTTY yes - ProxyJump jump@hettingen_jumphost - -Host ffe_ext_tmux - HostName ffe - User dirk - Port 22 - RequestTTY yes - ProxyJump jump@hettingen_jumphost - RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh - Host ffw_tmux HostName ffw User dirk @@ -72,21 +57,6 @@ Host ffw_tmux RequestTTY yes RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh -Host ffw_ext - HostName ffw - User dirk - Port 22 - RequestTTY yes - ProxyJump jump@hettingen_jumphost - -Host ffw_ext_tmux - HostName ffw - User dirk - Port 22 - RequestTTY yes - ProxyJump jump@hettingen_jumphost - RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh - Host leyk_ext HostName leyk User dirk