Cleanup ssh config a little.
This commit is contained in:
parent
df71c06254
commit
a347067273
|
@ -1,3 +1,4 @@
|
|||
# SSH For my own hosts
|
||||
# Supermicro machine in the server rack
|
||||
Host cobalt
|
||||
HostName 10.85.3.6
|
||||
|
@ -8,6 +9,7 @@ Host manganese
|
|||
HostName 10.85.3.5
|
||||
User root
|
||||
|
||||
# R710
|
||||
Host magnesium
|
||||
HostName 10.85.3.4
|
||||
User root
|
||||
|
@ -32,7 +34,7 @@ Host APRS
|
|||
HostName 10.85.3.39
|
||||
User root
|
||||
|
||||
# Other ssh stuff?
|
||||
# SSH for other services
|
||||
Host gitlab.com
|
||||
UpdateHostKeys no
|
||||
|
||||
|
|
Loading…
Reference in New Issue