From 9e4d30571a9f1f28bb984eae7a94d9913d873abf Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 14 Dec 2024 01:15:22 +0100 Subject: mirror: disable key verif, when accesing server via podman network --- roles/git/files/runner-mirror/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'roles/git/files/runner-mirror/config') 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 -- cgit v1.2.3