Refactor SSH config
This commit is contained in:
parent
33c8bc3e12
commit
9d1a5db3c9
1 changed files with 21 additions and 119 deletions
140
ssh/.ssh/config
140
ssh/.ssh/config
|
|
@ -1,134 +1,36 @@
|
||||||
Host pve
|
## --- Jupiter ---
|
||||||
HostName smarties.eyedevelop.org
|
# -- Physical servers --
|
||||||
Port 15623
|
Host pps-jupiter-thebe
|
||||||
User hgoor
|
HostName 10.1.0.1
|
||||||
|
|
||||||
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
|
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
Host mars
|
# -- Virtual servers --
|
||||||
HostName banka.eyedevelop.org
|
Host pvm-jupiter-www
|
||||||
|
HostName 10.1.0.2
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 15622
|
Port 15622
|
||||||
|
|
||||||
Host qhigh-vps
|
Host pvm-jupiter-gitlab
|
||||||
HostName 134.209.136.30
|
HostName 10.1.0.3
|
||||||
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
|
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 15622
|
Port 15622
|
||||||
|
|
||||||
Host gamecie2-vps
|
Host pvm-jupiter-coder
|
||||||
HostName vmi655243.contaboserver.net
|
HostName 10.1.0.4
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 15623
|
Port 15622
|
||||||
|
|
||||||
Host rutger-pi
|
## --- Uranus ---
|
||||||
HostName bastille.eyedevelop.org
|
# -- Physical servers --
|
||||||
|
Host pps-uranus-oberon
|
||||||
|
HostName 10.1.2.1
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 15623
|
Port 15622
|
||||||
|
|
||||||
Host hella-pi
|
Host pps-uranus-perdita
|
||||||
HostName sirenia.student.utwente.nl
|
HostName 10.1.2.2
|
||||||
Port 15623
|
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
|
Port 15622
|
||||||
|
|
||||||
Host ronan-vps
|
# -- Virtual machines --
|
||||||
HostName 185.48.119.14
|
|
||||||
User eyedevelop
|
|
||||||
Port 2222
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue