diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-24 14:33:53 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-24 14:34:19 +0200 |
| commit | 3a5e7617c0040eccdf3935c9ec5a31a95c970cef (patch) | |
| tree | 99c71408742c62efa2e277898738fb1f7478fbc0 /.ssh | |
| parent | d9fd9fe5e530853cb8794c23ac689be7edc1a75b (diff) | |
Rotate gpg key
Diffstat (limited to '.ssh')
| -rw-r--r-- | .ssh/config | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
