From 59b60ed9e23343bbd00e1df5815ee2974b355ef9 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jan 2023 10:19:05 +0000 Subject: [PATCH] Add file purpose. Add copyright information. Add licensing. Add versioning system. Switch IdentityFile path from relative path to absolute path. Update IdentityFile filename. --- ssh/config | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index 44ed264..f5fe2a8 100644 --- a/ssh/config +++ b/ssh/config @@ -1,3 +1,12 @@ +# Inferencium +# SSH - Configuration + +# Copyright 2022-2023 Inference +# SPDX-License-Identifier: GPL-3.0-or-later + +# Version: 0.0.0.0 + + Host inferencium 167.235.15.201 HostName 167.235.15.201 User a00-sys @@ -6,4 +15,4 @@ Host inferencium 167.235.15.201 Host inferencium-git git.inferencium.net HostName git.inferencium.net User git - IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519 + IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519