2023-10-18 18:54:27 +02:00
|
|
|
Host HPC
|
|
|
|
User vsc44995
|
|
|
|
HostName login.hpc.ugent.be
|
|
|
|
IdentitiesOnly yes
|
|
|
|
IdentityFile /run/secrets/UGent/HPC/ssh
|
|
|
|
|
|
|
|
# Git authentication
|
|
|
|
Host git.depeuter.dev
|
|
|
|
User git
|
|
|
|
HostName git.depeuter.dev
|
|
|
|
IdentitiesOnly yes
|
2024-10-19 14:46:21 +02:00
|
|
|
IdentityFile /run/secrets/Gitea/ssh
|
2023-10-18 18:54:27 +02:00
|
|
|
|
|
|
|
Host github.com
|
|
|
|
User git
|
|
|
|
HostName github.com
|
|
|
|
IdentitiesOnly yes
|
|
|
|
IdentityFile /run/secrets/GitHub/ssh
|
|
|
|
|
|
|
|
Host github.ugent.be
|
|
|
|
User git
|
|
|
|
HostName github.ugent.be
|
|
|
|
IdentitiesOnly yes
|
|
|
|
IdentityFile /run/secrets/UGent/GitHub/ssh
|
|
|
|
|
|
|
|
Host subgit.ugent.be
|
|
|
|
User git
|
|
|
|
HostName subgit.ugent.be
|
|
|
|
IdentitiesOnly yes
|
|
|
|
IdentityFile /run/secrets/UGent/SubGit/ssh
|
2023-10-31 09:14:14 +01:00
|
|
|
CanonicalizeHostname yes # Ignore capitalization
|
2023-10-18 18:54:27 +02:00
|
|
|
|
2024-10-19 14:46:21 +02:00
|
|
|
# HomeLab
|
|
|
|
Host Hugo
|
|
|
|
User admin
|
|
|
|
HostName 192.168.0.11
|
|
|
|
IdentitiesOnly yes
|
|
|
|
IdentityFile /run/secrets/HomeLab/Hugo/ssh
|
|
|
|
|
|
|
|
Host Nextcloud
|
|
|
|
User administrator
|
|
|
|
Hostname 192.168.0.14
|
|
|
|
IdentitiesOnly yes
|
|
|
|
IdentityFile /run/secrets/HomeLab/Nextcloud/ssh
|