diff options
Diffstat (limited to 'roles/git/files/runner-mirror/config')
-rw-r--r-- | roles/git/files/runner-mirror/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/git/files/runner-mirror/config b/roles/git/files/runner-mirror/config index 7e88cb7..8fd99fe 100644 --- a/roles/git/files/runner-mirror/config +++ b/roles/git/files/runner-mirror/config @@ -1,3 +1,10 @@ +host cgito + identityfile /mirror.key + user git + # Connection on localhost (podman network), ignore key verification. + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null + host git.memzero.de identityfile /mirror.key user git |