From 04c093ef6608ba3fb56a1032ec1a01f3aa18b98d Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 29 Apr 2023 16:31:12 +0100 Subject: [PATCH] Add GitHub to SSH configuration file. --- desktop/ssh/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/desktop/ssh/config b/desktop/ssh/config index 29ce009..028696d 100644 --- a/desktop/ssh/config +++ b/desktop/ssh/config @@ -4,9 +4,14 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 5.0.0.6 +# Version: 5.1.0.7 +Host github github.com + HostName github.com + User git + IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519 + Host inferencium-prv xa000.inferencium.net HostName xa000.inferencium.net User root