1
1
Fork 0

SSH hosts config is important

This commit is contained in:
Kenwood 2021-05-30 18:06:23 -04:00
parent 14bda4adfb
commit 37f1825fc3
1 changed files with 41 additions and 0 deletions

41
.ssh/config Normal file
View File

@ -0,0 +1,41 @@
# 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
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
# Other ssh stuff?
Host gitlab.com
UpdateHostKeys no
Host lapis
HostName 10.17.21.30
User joe