Update SSH configuration file to version 6.0.0.12.
This commit is contained in:
parent
554540e960
commit
b8bab04ec1
@ -4,38 +4,37 @@
|
|||||||
# Copyright 2022-2023 Jake Winters
|
# Copyright 2022-2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 5.1.0.11
|
# Version: 6.0.0.12
|
||||||
|
|
||||||
|
|
||||||
# xa000
|
# Codeberg
|
||||||
Host inferencium-prv xa000.inferencium.net
|
## Git
|
||||||
HostName xa000.inferencium.net
|
|
||||||
User root
|
|
||||||
|
|
||||||
|
|
||||||
# xb000
|
|
||||||
Host inferencium-pub xb000.inferencium.net
|
|
||||||
HostName xb000.inferencium.net
|
|
||||||
User root
|
|
||||||
|
|
||||||
|
|
||||||
# Git
|
|
||||||
Host codeberg codeberg.org
|
Host codeberg codeberg.org
|
||||||
HostName codeberg.org
|
HostName codeberg.org
|
||||||
User git
|
User git
|
||||||
|
Preferredauthentications publickey
|
||||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||||
|
|
||||||
|
|
||||||
|
# GitHub
|
||||||
|
## Git
|
||||||
Host github github.com
|
Host github github.com
|
||||||
HostName github.com
|
HostName github.com
|
||||||
User git
|
User git
|
||||||
|
Preferredauthentications publickey
|
||||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||||
|
|
||||||
|
|
||||||
|
# Inferencium
|
||||||
|
## Git
|
||||||
Host inferencium-prv-git int.git.inferencium.net
|
Host inferencium-prv-git int.git.inferencium.net
|
||||||
HostName int.git.inferencium.net
|
HostName int.git.inferencium.net
|
||||||
User git
|
User git
|
||||||
|
Preferredauthentications publickey
|
||||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||||
|
|
||||||
Host inferencium-pub-git git.inferencium.net
|
Host inferencium-pub-git git.inferencium.net
|
||||||
HostName git.inferencium.net
|
HostName git.inferencium.net
|
||||||
User git
|
User git
|
||||||
|
Preferredauthentications publickey
|
||||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||||
|
Loading…
x
Reference in New Issue
Block a user