[sops/ssh] Add more SSH config/keys
This commit is contained in:
parent
c017c5db32
commit
3d4cd5ba5c
5 changed files with 42 additions and 22 deletions
|
|
@ -4,12 +4,6 @@ Host HPC
|
|||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/UGent/HPC/ssh
|
||||
|
||||
Host Dwengo
|
||||
User tibo
|
||||
HostName sel2-1.ugent.be
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/UGent/Dwengo
|
||||
|
||||
# Git authentication
|
||||
Host git.depeuter.dev
|
||||
User git
|
||||
|
|
@ -37,20 +31,41 @@ 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
|
||||
|
||||
# Physical hosts
|
||||
Host Hugo
|
||||
User admin
|
||||
HostName 192.168.0.11
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/HomeLab/Hugo/ssh
|
||||
|
||||
Host Roxanne
|
||||
User ghost
|
||||
Hostname 192.168.0.13
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/HomeLab/Roxanne/ghost/ssh
|
||||
|
||||
# Virtual hosts
|
||||
Host Gitea
|
||||
User admin
|
||||
HostName 192.168.0.24
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/HomeLab/Gitea/ssh
|
||||
|
||||
Host Nextcloud
|
||||
User administrator
|
||||
Hostname 192.168.0.14
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/HomeLab/Nextcloud/ssh
|
||||
|
||||
Host Development
|
||||
User admin
|
||||
Hostname 192.168.0.91
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/HomeLab/NixOS/admin/ssh
|
||||
|
||||
Host Testing
|
||||
User admin
|
||||
Hostname 192.168.0.92
|
||||
IdentitiesOnly yes
|
||||
IdentityFile /run/secrets/HomeLab/Nixos/admin/ssh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue