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
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue