[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

1
ssh/.ssh/2024_git.pub Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFqEWd49UDDidJ6CoWDPFL5F9B2+LJQuANRPdTS5s8TY code@unbl.ink

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