From 3a5e7617c0040eccdf3935c9ec5a31a95c970cef Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 24 Jul 2026 14:33:53 +0200 Subject: Rotate gpg key --- .ssh/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 0527486..1092e8f 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,7 +5,13 @@ Host *iso.local StrictHostKeyChecking no UserKnownHostsFile /dev/null -Host *.local +Host proxy.home.arpa git.home.arpa + user root + Port 39901 + StrictHostKeyChecking no + UserKnownHostsFile /dev/null + +Host *.local *.home.arpa User a14m Port 39901 StrictHostKeyChecking accept-new -- cgit v1.2.3