diff options
author | David Runge <dave@sleepmap.de> | 2023-07-12 11:28:01 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-07-12 11:28:01 +0200 |
commit | 9c374c369194603b8f206c1e858628ea310d0add (patch) | |
tree | 180b2c1f120abf0f31d1f800ed734f043eda522c | |
parent | 1653a905d955795e15ea3e624212aad98097fd27 (diff) | |
download | dotfiles-9c374c369194603b8f206c1e858628ea310d0add.tar.gz dotfiles-9c374c369194603b8f206c1e858628ea310d0add.tar.bz2 dotfiles-9c374c369194603b8f206c1e858628ea310d0add.tar.xz dotfiles-9c374c369194603b8f206c1e858628ea310d0add.zip |
ssh: Add host for unlocking hmbx remotely
-rw-r--r-- | .ssh/config | 11 |
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 |