diff options
| -rw-r--r-- | .ssh/config | 7 |
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 |
