[ssh] Update git key

This commit is contained in:
2024-10-28 13:14:30 -04:00
parent 98796b74e2
commit 04442676a3
5 changed files with 15 additions and 22 deletions

View File

@ -16,9 +16,9 @@ Host github.com
# Home Gitea account:
Host code.unbl.ink git.service 192.168.40.118 gogs*
Port 2222
Port 22
User git
IdentityFile ~/.ssh/2022_git
IdentityFile ~/.ssh/2024_git
PreferredAuthentications publickey
PasswordAuthentication no
IdentitiesOnly yes