chore(ssh): Add keys
This commit is contained in:
parent
a8ddc05ddd
commit
0fa44bc367
3 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue