Add port to gitea ssh config

This commit is contained in:
Isaac Shoebottom 2025-01-29 11:53:51 -04:00
parent 6817e96a5b
commit 2579898388

View File

@ -29,6 +29,7 @@ Host github.com
# Gitea ssh commits
Host git.shoebottom.ca
User gitea
Port 2221
IdentityFile ~/.ssh/git.ed25519
AddKeysToAgent yes