added home server connection to scripts

This commit is contained in:
2023-09-25 20:41:34 +02:00
parent 51011d87b3
commit af2baf9dfc
+4
View File
@@ -9,3 +9,7 @@ function conWorkServer () {
function conPi() { function conPi() {
ssh alex@192.168.172.96 ssh alex@192.168.172.96
} }
function conHomeServer() {
ssh alex@192.168.178.100
}