feat(ssh): Add Nextcloud secrets
This commit is contained in:
parent
0fa8782abb
commit
d1379cdf99
5 changed files with 57 additions and 43 deletions
|
@ -1,9 +1,3 @@
|
|||
Host Hugo
|
||||
User admin
|
||||
HostName 192.168.0.11
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/Hugo/ssh
|
||||
|
||||
Host HPC
|
||||
User vsc44995
|
||||
HostName login.hpc.ugent.be
|
||||
|
@ -15,7 +9,7 @@ Host git.depeuter.dev
|
|||
User git
|
||||
HostName git.depeuter.dev
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/Hugo/Gitea/ssh
|
||||
IdentityFile /run/secrets/Gitea/ssh
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
|
@ -36,3 +30,15 @@ Host subgit.ugent.be
|
|||
IdentityFile /run/secrets/UGent/SubGit/ssh
|
||||
CanonicalizeHostname yes # Ignore capitalization
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue