1
1
Fork 0

Cleanup ssh config a little.

This commit is contained in:
Kenwood 2021-06-02 22:10:29 -04:00
parent df71c06254
commit a347067273
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# 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
@ -8,6 +9,7 @@ Host manganese
HostName 10.85.3.5 HostName 10.85.3.5
User root User root
# R710
Host magnesium Host magnesium
HostName 10.85.3.4 HostName 10.85.3.4
User root User root
@ -32,7 +34,7 @@ Host APRS
HostName 10.85.3.39 HostName 10.85.3.39
User root User root
# Other ssh stuff? # SSH for other services
Host gitlab.com Host gitlab.com
UpdateHostKeys no UpdateHostKeys no