default: add new hosts to ssh
All checks were successful
flake check / check (push) Successful in 3m25s
fmt check / check (push) Successful in 41s
All checks were successful
flake check / check (push) Successful in 3m25s
fmt check / check (push) Successful in 41s
This commit is contained in:
parent
8977e2c4b6
commit
93cea8b66a
1 changed files with 11 additions and 3 deletions
|
@ -66,13 +66,21 @@
|
||||||
HostName 100.82.146.40
|
HostName 100.82.146.40
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/tsuru
|
IdentityFile ~/.ssh/tsuru
|
||||||
Host pve
|
|
||||||
Hostname 100.115.234.69
|
|
||||||
User root
|
|
||||||
Host basegbot
|
Host basegbot
|
||||||
HostName 100.83.81.116
|
HostName 100.83.81.116
|
||||||
User basegbot
|
User basegbot
|
||||||
IdentityFile ~/.ssh/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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue