dotfiles/ssh/.ssh/config
2023-12-22 19:48:46 +01:00

46 lines
751 B
Text

## --- Jupiter ---
# -- Physical servers --
Host pps-jupiter-thebe
HostName 10.1.0.1
User eyedevelop
Port 22
# -- Virtual servers --
Host pvm-jupiter-www
HostName 10.1.0.2
User eyedevelop
Port 15622
Host pvm-jupiter-gitlab
HostName 10.1.0.3
User eyedevelop
Port 15622
Host pvm-jupiter-coder
HostName 10.1.0.4
User eyedevelop
Port 15622
## --- Uranus ---
# -- Physical servers --
Host pps-uranus-oberon
HostName 10.1.2.1
User eyedevelop
Port 15622
Host pps-uranus-perdita
HostName 10.1.2.2
User root
Port 22
Host pps-uranus-titania
HostName 172.16.2.253
User eyedevelop
Port 15622
## --- Cloud ---
# -- Virtual machines --
Host vps-europa
HostName europa.eyedevelop.org
User eyedevelop
Port 15622