chore(ssh): update SSH config for multiple hosts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user