default: add new hosts to ssh
All checks were successful
flake check / check (push) Successful in 3m25s
fmt check / check (push) Successful in 41s

This commit is contained in:
notohh 2023-11-07 11:13:45 -05:00
parent 8977e2c4b6
commit 93cea8b66a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -66,13 +66,21 @@
HostName 100.82.146.40
User notoh
IdentityFile ~/.ssh/tsuru
Host pve
Hostname 100.115.234.69
User root
Host basegbot
HostName 100.83.81.116
User basegbot
IdentityFile ~/.ssh/basegbot
Host pihole
HostName 192.168.1.221
User notoh
IdentityFile ~/.ssh/pihole
Host rpi4
HostName 100.92.145.147
User notoh
IdentityFile ~/.ssh/rpi4
Host pve
Hostname 100.115.234.69
User root
'';
};