From 56ca1c8960ae8c0d0494096a5b72e70fbe453297 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 5 Feb 2023 23:09:52 +0100 Subject: ssh: Adjust connection paths for remote hosts Rename hosts to their current names. Adjust how to access some remote hosts. --- .ssh/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.ssh/config b/.ssh/config index 1f8101c..1c25bf6 100644 --- a/.ssh/config +++ b/.ssh/config @@ -10,7 +10,7 @@ Host groutefsf ProxyJump sleepmap.de User dave -Host gapu-access +Host apu-access-remote Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p @@ -59,13 +59,13 @@ Host gchristina ProxyJump sleepmap.de User dave -Host gdvzrv +Host hmbx-remote Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - Hostname dvzrv + Hostname hmbx Port 22 - ProxyJump sleepmap.de + ProxyJump apu-access-remote User dave Host gtrvlr @@ -133,11 +133,11 @@ Host blckbx-wifi Port 22 User dave -Host dvzrv +Host hmbx Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - HostName dvzrv + HostName hmbx Port 22 ServerAliveInterval 120 User dave -- cgit v1.2.3-54-g00ecf