From b3ea6725066dc77a9868a54126525d143dab9d66 Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 13 May 2025 12:19:13 +0100 Subject: [PATCH] feat(ssh): use correct ip address to access services on same host as podman container --- 00-allow-git.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-allow-git.conf b/00-allow-git.conf index 10ac1c7..599f62f 100644 --- a/00-allow-git.conf +++ b/00-allow-git.conf @@ -1,5 +1,5 @@ Host alps - HostName %h + HostName 10.88.0.1 User git IdentityFile /opt/secure/ssh/id_ed25519 IdentitiesOnly yes