Files
dotfiles/.config/ssh/local

54 lines
1.0 KiB
Plaintext

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 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