From 5e82b6f3d0ec5038b7b36a88fa83fadeeb804a6b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 12 Sep 2020 17:39:08 +0200 Subject: Add entry to unlock hmbx .ssh/config: Add entry to unlock hmbx remotely. --- .ssh/config | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 05d08f6..ba66256 100644 --- a/.ssh/config +++ b/.ssh/config @@ -95,6 +95,17 @@ Host dvzrv ServerAliveInterval 120 User dave +Host hmbx-unlock + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p + Hostname hmbx + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 + StrictHostkeyChecking no + Port 22 + User root + Host trvlr Compression yes ControlMaster auto @@ -215,8 +226,8 @@ Host caduceus.rescue Hostname caduceus IdentitiesOnly yes IdentityFile ~/.ssh/id_ed25519 - StrictHostKeyChecking no Port 22 + StrictHostKeyChecking no User root Host caduceus.unlock @@ -227,6 +238,7 @@ Host caduceus.unlock IdentitiesOnly yes IdentityFile ~/.ssh/id_ed25519 Port 22 + StrictHostKeyChecking no User root Host caduceus -- cgit v1.2.3