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
|
||||
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 --
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue