Files
ProjectAgent/ssh/config
T
2026-05-18 20:35:01 +00:00

14 lines
270 B
Plaintext

Host host.docker.internal
HostName host.docker.internal
Port 222
User git
IdentityFile ~/.ssh/id_ed25519
StrictHostKeyChecking no
Host gitea
HostName gitea
Port 22
User git
IdentityFile ~/.ssh/id_ed25519
StrictHostKeyChecking no