chore(ssh): Add keys

This commit is contained in:
Tibo De Peuter 2025-09-16 21:22:11 +02:00
parent a8ddc05ddd
commit 0fa44bc367
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 11 additions and 2 deletions

View file

@ -37,6 +37,12 @@ Host subgit.ugent.be
CanonicalizeHostname yes # Ignore capitalization
# HomeLab
Host Gitea
User admin
HostName 192.168.0.24
IdentitiesOnly yes
IdentityFile /run/secrets/HomeLab/Gitea/ssh
Host Hugo
User admin
HostName 192.168.0.11