aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-07-12 11:28:01 +0200
committerDavid Runge <dave@sleepmap.de>2023-07-12 11:28:01 +0200
commit9c374c369194603b8f206c1e858628ea310d0add (patch)
tree180b2c1f120abf0f31d1f800ed734f043eda522c /.ssh
parent1653a905d955795e15ea3e624212aad98097fd27 (diff)
downloaddotfiles-9c374c369194603b8f206c1e858628ea310d0add.tar.gz
dotfiles-9c374c369194603b8f206c1e858628ea310d0add.tar.bz2
dotfiles-9c374c369194603b8f206c1e858628ea310d0add.tar.xz
dotfiles-9c374c369194603b8f206c1e858628ea310d0add.zip
ssh: Add host for unlocking hmbx remotely
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config11
1 files changed, 11 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 1c25bf6..a66c629 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -68,6 +68,17 @@ Host hmbx-remote
ProxyJump apu-access-remote
User dave
+Host hmbx-unlock-remote
+ Compression yes
+ ControlMaster auto
+ ControlPath ~/.ssh/socket-%r@%h:%p
+ Hostname hmbx
+ StrictHostkeyChecking no
+ Port 22
+ ProxyJump apu-access-remote
+ StrictHostkeyChecking no
+ User root
+
Host gtrvlr
Compression yes
ControlMaster auto