aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-02-05 23:09:52 +0100
committerDavid Runge <dave@sleepmap.de>2023-02-05 23:09:52 +0100
commit56ca1c8960ae8c0d0494096a5b72e70fbe453297 (patch)
treedcd21a08a1d25652679524cfc33d1ee059a3e9a2 /.ssh
parentd3787044831969c3050dd3c56c5570748c7f1ff3 (diff)
downloaddotfiles-56ca1c8960ae8c0d0494096a5b72e70fbe453297.tar.gz
dotfiles-56ca1c8960ae8c0d0494096a5b72e70fbe453297.tar.bz2
dotfiles-56ca1c8960ae8c0d0494096a5b72e70fbe453297.tar.xz
dotfiles-56ca1c8960ae8c0d0494096a5b72e70fbe453297.zip
ssh: Adjust connection paths for remote hosts
Rename hosts to their current names. Adjust how to access some remote hosts.
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config12
1 files 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