From 084e43b8b2ef2b10922900e3846ff1f5c52a8c13 Mon Sep 17 00:00:00 2001 From: Hans Goor Date: Tue, 23 Jan 2024 18:04:00 +0100 Subject: [PATCH] Update naming. Add remote variants. --- ssh/.ssh/config | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 4b6a7bd..1a7e31c 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,46 +1,56 @@ ## --- Jupiter --- # -- Physical servers -- -Host pps-jupiter-thebe +Host jupiter-thebe HostName 10.1.0.1 User eyedevelop Port 22 +Host jupiter-thebe-remote + HostName jupiter.eyedevelop.org + User eyedevelop + Port 15622 + # -- Virtual servers -- -Host pvm-jupiter-www +Host jupiter-www HostName 10.1.0.2 User eyedevelop Port 15622 -Host pvm-jupiter-gitlab +Host jupiter-gitlab HostName 10.1.0.3 User eyedevelop Port 15622 -Host pvm-jupiter-coder +Host jupiter-coder HostName 10.1.0.4 User eyedevelop Port 15622 ## --- Uranus --- # -- Physical servers -- -Host pps-uranus-oberon +Host uranus-oberon HostName 10.1.2.1 User eyedevelop Port 15622 -Host pps-uranus-perdita +Host uranus-oberon-remote + HostName uranus.eyedevelop.org + User eyedevelop + Port 15622 + +Host uranus-perdita HostName 10.1.2.2 User root Port 22 -Host pps-uranus-titania +Host uranus-titania HostName 172.16.2.253 User eyedevelop Port 15622 ## --- Cloud --- # -- Virtual machines -- -Host vps-europa +Host europa HostName europa.eyedevelop.org User eyedevelop Port 15622