add phone as a host on local net

This commit is contained in:
stupidcomputer 2024-04-28 17:58:51 -05:00
parent 1648db66d2
commit c40fc1eebf
3 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,10 @@ Host mainsail
User usr
Port 22
Host phone
User u0_a193
Port 8022
Host netbox
HostName beepboop.systems
User ryan

View File

@ -6,4 +6,5 @@
- `192.168.1.200`: `mainsail`
- `192.168.1.201`: `x230t`
- `192.168.1.202`: `mlg`
- `192.168.1.203-255`: Unassigned
- `192.168.1.203`: `phone`
- `192.168.1.204-255`: Unassigned

View File

@ -6,6 +6,7 @@
"192.168.1.200" = [ "mainsail" ];
"192.168.1.201" = [ "x230t" ];
"192.168.1.202" = [ "mlg" ];
"192.168.1.203" = [ "phone" ];
"149.28.63.115" = [ "netbox" ];
};
}