chore(ssh): update SSH config for multiple hosts

This commit is contained in:
2025-05-28 21:45:33 +02:00
parent e66c545313
commit 8efcfbe59d
2 changed files with 54 additions and 18 deletions

View File

@ -1,33 +1,53 @@
Host 192.168.178.*
Host proxmox
HostName 192.168.178.99
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host mail-relay
HostName 192.168.178.102
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host amp
HostName 192.168.178.103
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host proxmox
HostName 192.168.178.99
Host mail-relay
HostName 192.168.178.102
Host amp
HostName 192.168.178.103
Host docker
HostName 192.168.178.104
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host oauth
HostName 192.168.178.105
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host immich
HostName 192.168.178.106
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host abiball
HostName 192.168.178.107
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host gitea
HostName 192.168.178.108
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv
Host postgres
HostName 192.168.178.109
User root
StrictHostKeyChecking no
IdentityFile ~/.ssh/keys/prv