diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 14 |
1 files changed, 13 insertions, 1 deletions
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 |