From a3470672733a37da90b1d5092dea4ab8be75950a Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Wed, 2 Jun 2021 22:10:29 -0400 Subject: [PATCH] Cleanup ssh config a little. --- .ssh/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index a1f7902..9e5f6b1 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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