Update SSH configuration file to version 6.0.0.12.

This commit is contained in:
inference 2023-05-03 22:26:00 +01:00
parent 0da2aa2988
commit fb69ca5c81
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,38 +4,37 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 5.1.0.11
# Version: 6.0.0.12
# xa000
Host inferencium-prv xa000.inferencium.net
HostName xa000.inferencium.net
User root
# xb000
Host inferencium-pub xb000.inferencium.net
HostName xb000.inferencium.net
User root
# Git
# Codeberg
## Git
Host codeberg codeberg.org
HostName codeberg.org
User git
Preferredauthentications publickey
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
# GitHub
## Git
Host github github.com
HostName github.com
User git
Preferredauthentications publickey
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
# Inferencium
## Git
Host inferencium-prv-git int.git.inferencium.net
HostName int.git.inferencium.net
User git
Preferredauthentications publickey
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
Host inferencium-pub-git git.inferencium.net
HostName git.inferencium.net
User git
Preferredauthentications publickey
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519