summaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-24 19:33:15 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-24 19:33:15 +0200
commita1ad1fda4bf2229bb78fca5444005785c1c1fb93 (patch)
treece2f47616dfceeb2af05b8daccb3fe34ae30fc7c /.ssh
parent3a5e7617c0040eccdf3935c9ec5a31a95c970cef (diff)
Split the configuration of local and service
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config7
1 files changed, 3 insertions, 4 deletions
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