From 9d1a5db3c92f1d801a17b8e0b376e917ab5276ec Mon Sep 17 00:00:00 2001 From: Hans Goor Date: Thu, 30 Nov 2023 21:16:14 +0100 Subject: [PATCH] Refactor SSH config --- ssh/.ssh/config | 140 ++++++++---------------------------------------- 1 file changed, 21 insertions(+), 119 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 473579e..efdbf01 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,134 +1,36 @@ -Host pve - HostName smarties.eyedevelop.org - Port 15623 - User hgoor - -Host web - HostName web.smarties.lan - Port 22 - User hgoor - -Host devel - HostName development.smarties.lan - Port 22 - User hgoor - -Host cloud - HostName cloud.smarties.lan - Port 22 - User hgoor - -Host media - HostName media.smarties.lan - Port 22 - User hgoor - -Host auth - HostName auth.smarties.lan - Port 22 - User hgoor - -Host stats - HostName stats.smarties.lan - Port 22 - User hgoor - -Host mail - HostName mail.smarties.lan - Port 22 - User hgoor - -Host zeus - HostName bastille.eyedevelop.org - Port 15625 - User eyedevelop - -Host zeus-bash - HostName bastille.eyedevelop.org - Port 15625 - User eyedevelop - RemoteCommand /bin/bash -l - RequestTTY force - -Host nick-server - HostName 213.46.105.109 - User eyedevelop - -Host breakytom-plex - HostName breakyserver.ddns.net - Port 15622 - User eyedevelop - -Host breakytom-gaming - HostName breakygaming.ddns.net - Port 15622 - User eyedevelop - -Host breakytom-pi - HostName breakygaming.ddns.net - Port 15623 - User eyedevelop - -Host steven-server - HostName 172.110.30.219 +## --- Jupiter --- +# -- Physical servers -- +Host pps-jupiter-thebe + HostName 10.1.0.1 User eyedevelop Port 22 -Host mars - HostName banka.eyedevelop.org +# -- Virtual servers -- +Host pvm-jupiter-www + HostName 10.1.0.2 User eyedevelop Port 15622 -Host qhigh-vps - HostName 134.209.136.30 - User eyedevelop - Port 22 - -Host johan-plex - HostName citgez.dev - User eyedevelop - Port 22 - -Host johan-pi - HostName 217.123.162.98 - User eyedevelop - Port 22 - -Host alex-server - HostName a-babel.de - User eyedevelop - Port 11222 - -Host sam-pi - HostName bastille.eyedevelop.org - User eyedevelop - Port 16000 - -Host cynx-pi - HostName cynx-productions.student.utwente.nl - User eyedevelop - -Host gamecie-vps - HostName vmi488035.contaboserver.net +Host pvm-jupiter-gitlab + HostName 10.1.0.3 User eyedevelop Port 15622 -Host gamecie2-vps - HostName vmi655243.contaboserver.net +Host pvm-jupiter-coder + HostName 10.1.0.4 User eyedevelop - Port 15623 + Port 15622 -Host rutger-pi - HostName bastille.eyedevelop.org +## --- Uranus --- +# -- Physical servers -- +Host pps-uranus-oberon + HostName 10.1.2.1 User eyedevelop - Port 15623 + Port 15622 -Host hella-pi - HostName sirenia.student.utwente.nl - Port 15623 +Host pps-uranus-perdita + HostName 10.1.2.2 User eyedevelop + Port 15622 -Host ronan-vps - HostName 185.48.119.14 - User eyedevelop - Port 2222 +# -- Virtual machines --