feat: gitea ssh conf

This commit is contained in:
Jamie Albert
2025-11-11 03:56:12 +00:00
parent 828df26102
commit 0845e6fc4e

View File

@@ -4,6 +4,7 @@ Host hephaestus
StrictHostKeyChecking accept-new
User oc
IdentityFile /home/jamie/.ssh/hephaestus
Port 747
host hephaestus_crypt
HostName hephaestus.do-bbs.com
@@ -19,4 +20,12 @@ Host athena
IdentitiesOnly yes
StrictHostKeyChecking accept-new
User u497749
IdentityFile ~/.ssh/athena
IdentityFile ~/.ssh/athena
Host gitea
HostName gitea.do-bbs.com
User git
IdentityFile /home/jamie/.ssh/gitea
IdentitiesOnly yes
StrictHostKeyChecking accept-new
Port 748