From 7755e7efe8ba1e6444716815bcc2a1b95fdd5c0f Mon Sep 17 00:00:00 2001 From: Hans Goor Date: Tue, 25 Jun 2024 00:04:38 +0200 Subject: [PATCH] Update ssh config with server changes. --- ssh/config | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/ssh/config b/ssh/config index 271e0b7..d0bdc20 100644 --- a/ssh/config +++ b/ssh/config @@ -1,30 +1,20 @@ ## --- Jupiter --- # -- Physical servers -- Host jupiter-thebe - HostName 10.1.0.1 - User eyedevelop + HostName 192.168.0.210 + User admin Port 22 Host jupiter-thebe-remote HostName jupiter.eyedevelop.org - User hgoor - Port 15623 + User admin + Port 15622 # -- Virtual servers -- -Host jupiter-www - HostName 10.1.0.2 +Host jupiter-thebe-www + HostName jupiter.eyedevelop.org User eyedevelop - Port 15622 - -Host jupiter-gitlab - HostName 10.1.0.3 - User eyedevelop - Port 15622 - -Host jupiter-coder - HostName 10.1.0.4 - User eyedevelop - Port 15622 + Port 15623 ## --- Uranus --- # -- Physical servers --