From e3b7132c2cc1872ee583a0ed2677e4048694d1b9 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Tue, 24 Aug 2021 13:01:00 -0400 Subject: [PATCH] Update ssh config --- .ssh/config | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/.ssh/config b/.ssh/config index c2feb1a..de7250b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -24,29 +24,39 @@ 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 -# SSH for other services -Host gitlab.com - IdentityFile ~/.ssh/gitlab - UpdateHostKeys no -Host aur.archlinux.org - IdentityFile ~/.ssh/aur - User aur +# Robotics +# 1721's main NAS +Host flattoaster + HostName 10.17.21.10 + User root Host lapis HostName 10.17.21.30 User joe + +# SSH for git servers +# Gitlab +Host gitlab.com + IdentityFile ~/.ssh/gitlab + UpdateHostKeys no + +# Arch User Repo +Host aur.archlinux.org + IdentityFile ~/.ssh/aur + User aur + +# Personal Git Server +Host kitsunehosting.net/gitea + IdentifyFile ~/.ssh/gitea + + # Silvertech Host devserver HostName 10.12.32.35