feat(ssh): use correct ip address to access services on same host as podman container

This commit is contained in:
yeti 2025-05-13 12:19:13 +01:00
parent fe0164e066
commit b3ea672506

View File

@ -1,5 +1,5 @@
Host alps
HostName %h
HostName 10.88.0.1
User git
IdentityFile /opt/secure/ssh/id_ed25519
IdentitiesOnly yes