From c9ff1a218e3c9a89fa4e0b943fcf9acea2a7bdfe Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 24 Mar 2024 18:23:30 +0100 Subject: [PATCH] [ssh] even more simple config --- ssh/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ssh/config b/ssh/config index cba17f3..0d2955f 100644 --- a/ssh/config +++ b/ssh/config @@ -2,20 +2,18 @@ host * user simon identityfile ~/.ssh/talathiel - ServerAliveInterval 60 + serveraliveinterval 60 + stricthostkeychecking no # siempie lab host *.siempie.local - stricthostkeychecking no proxyjump siempie.com host *.siempie.internal - stricthostkeychecking no proxyjump siempie.com host *.hackerboys.internal - stricthostkeychecking no proxyjump siempie.com