After putting a SSH entry in ~/.ssh/config
Host machine1
Hostname 192.168.1.2
User goober1
Port 6666
IdentityFile ~/.ssh/file_holding_goober1's_pubkey
(this enabled "ssh machine1" to work)
Gitea syntax
git remote add origin git@machine1:goober1/linked_list.git