Add example ssh config

This commit is contained in:
2025-10-21 18:57:42 -04:00
commit 0e34ea98fc

4
.ssh/config Normal file
View File

@@ -0,0 +1,4 @@
Host code.kpuig.net
Port 4222
User git
IdentityFile <PATH-TO-YOUR-KEYFILE>