1
0
Fork 0

ssh: forge stanza pins only user/port 222

Drop IdentitiesOnly/IdentityFile pinning — every box just offers its
own default key to the forge; only registered keys authenticate.
This commit is contained in:
Rain 2026-08-27 22:32:27 -04:00
parent 85d0874aba
commit 5df196c2e8

View file

@ -15,5 +15,3 @@ Host melonbread.xyz mail.melonbread.xyz
Host git.melonbread.xyz Host git.melonbread.xyz
User git User git
Port 222 Port 222
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes