From a1ad1fda4bf2229bb78fca5444005785c1c1fb93 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 24 Jul 2026 19:33:15 +0200 Subject: Split the configuration of local and service --- .ssh/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 1092e8f..aeef375 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,13 +5,12 @@ Host *iso.local StrictHostKeyChecking no UserKnownHostsFile /dev/null -Host proxy.home.arpa git.home.arpa +Host *.home.arpa user root Port 39901 - StrictHostKeyChecking no - UserKnownHostsFile /dev/null + StrictHostKeyChecking accept-new -Host *.local *.home.arpa +Host *.local User a14m Port 39901 StrictHostKeyChecking accept-new -- cgit v1.2.3