From 9c374c369194603b8f206c1e858628ea310d0add Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 12 Jul 2023 11:28:01 +0200 Subject: ssh: Add host for unlocking hmbx remotely --- .ssh/config | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.ssh') 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 -- cgit v1.2.3-54-g00ecf