dotfiles/stowers/ssh/dot-ssh/config
Hans Goor 7ed3d3dcc8
Update SSH config to automatically add keys to agent.
Update ZSH config to automatically start the SSH agent.
2024-11-18 17:24:33 +01:00

67 lines
1.1 KiB
Text

#
AddKeysToAgent yes
UseKeychain yes
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