1
1
Fork 0
dotfiles/.ssh/config

48 lines
728 B
Plaintext

# SSH For my own hosts
# Supermicro machine in the server rack
Host cobalt
HostName 10.85.3.6
User root
# Supermicro machine in the server rack
Host manganese
HostName 10.85.3.5
User root
# R710
Host magnesium
HostName 10.85.3.4
User root
# The small romi robot for 1721
Host romi
HostName 10.17.21.55
User joe
# My main NAS
Host zinc
HostName 10.85.3.120
User joe
# 1721's main NAS
Host flattoaster
HostName 10.17.21.10
User root
# APRS
Host APRS
HostName 10.85.3.39
User root
# SSH for other services
Host gitlab.com
UpdateHostKeys no
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
Host lapis
HostName 10.17.21.30
User joe