dotfiles/ssh/.ssh/config
2023-11-30 21:16:14 +01:00

36 lines
583 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 eyedevelop
Port 15622
# -- Virtual machines --