dotfiles/stowers/ssh/dot-ssh/conf.d/common/hosts.conf
2025-06-22 15:16:11 +02:00

73 lines
1.2 KiB
Text

Host localhost
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
## --- Jupiter ---
# -- Physical servers --
Host jupiter-thebe-local
HostName 192.168.0.210
User admin
Port 22
Host jupiter-thebe
HostName jupiter.eyedevelop.org
User admin
Port 15622
# -- Virtual servers --
Host jupiter-thebe-www
HostName jupiter.eyedevelop.org
User eyedevelop
Port 15623
## --- Uranus ---
# -- Physical servers --
Host uranus-oberon-local
HostName 10.1.2.1
User eyedevelop
Port 15622
Host uranus-oberon
HostName uranus.eyedevelop.org
User eyedevelop
Port 15622
Host uranus-perdita
HostName 10.1.2.2
User root
Port 22
Host uranus-titania
HostName 172.16.2.253
User eyedevelop
Port 15622
## --- Saturnus ---
# -- Physical servers --
Host saturnus-titan
HostName saturnus.eyedevelop.org
User eyedevelop
Port 15622
## --- Cloud ---
# -- Virtual machines --
Host europa
HostName europa.eyedevelop.org
User eyedevelop
Port 15622
Host europa-emergency
HostName 62.171.185.39
User eyedevelop
Port 15622
Host meissa
HostName meissa.eyedevelop.org
User eyedevelop
Port 15622
Host meissa-emergency
HostName 207.180.209.168
User eyedevelop
Port 15622