feat: gitea ssh conf
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user