From e0bc23d2c33693ad3758c819a26af945be682099 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 29 Apr 2023 16:59:27 +0100 Subject: [PATCH] Update SSH configuration file to version 5.1.0.11. --- desktop/ssh/config | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/desktop/ssh/config b/desktop/ssh/config index 29ce009..0c3dbbe 100644 --- a/desktop/ssh/config +++ b/desktop/ssh/config @@ -4,23 +4,38 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 5.0.0.6 +# Version: 5.1.0.11 +# xa000 Host inferencium-prv xa000.inferencium.net HostName xa000.inferencium.net User root -Host inferencium-prv-git int.git.inferencium.net - HostName int.git.inferencium.net - User git - IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519 +# xb000 Host inferencium-pub xb000.inferencium.net HostName xb000.inferencium.net User root + +# Git +Host codeberg codeberg.org + HostName codeberg.org + User git + IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519 + +Host github github.com + HostName github.com + User git + IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519 + +Host inferencium-prv-git int.git.inferencium.net + HostName int.git.inferencium.net + User git + IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519 + Host inferencium-pub-git git.inferencium.net HostName git.inferencium.net User git - IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519 + IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519