From af2baf9dfc86a846d93f23f3e05f96a970933f18 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 25 Sep 2023 20:41:34 +0200 Subject: [PATCH] added home server connection to scripts --- .scripts/server_connections.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scripts/server_connections.sh b/.scripts/server_connections.sh index 0c15e06..c357262 100644 --- a/.scripts/server_connections.sh +++ b/.scripts/server_connections.sh @@ -9,3 +9,7 @@ function conWorkServer () { function conPi() { ssh alex@192.168.172.96 } + +function conHomeServer() { + ssh alex@192.168.178.100 +}