1
1
Fork 0

Cleanup ssh config a little more.

This commit is contained in:
Kenwood 2021-06-02 22:15:06 -04:00
parent a347067273
commit b9f98b8e3a
1 changed files with 19 additions and 19 deletions

View File

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