Fix ssh conf

This commit is contained in:
2025-10-21 19:34:41 -04:00
parent eeef72faa0
commit 3188b1aac8

View File

@@ -2,3 +2,4 @@ Host code.kpuig.net
Port 4222 Port 4222
User git User git
IdentityFile <PATH-TO-YOUR-KEYFILE> IdentityFile <PATH-TO-YOUR-KEYFILE>
IdentitiesOnly yes