2023-03-01 01:16:08 +00:00
|
|
|
# Inferencium
|
|
|
|
# SSH - Configuration
|
|
|
|
|
|
|
|
# Copyright 2022-2023 Jake Winters
|
2023-03-05 00:56:47 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
2023-03-01 01:16:08 +00:00
|
|
|
|
2023-04-29 16:59:27 +01:00
|
|
|
# Version: 5.1.0.11
|
2023-03-01 01:16:08 +00:00
|
|
|
|
|
|
|
|
2023-04-29 16:59:27 +01:00
|
|
|
# xa000
|
2023-03-01 01:16:08 +00:00
|
|
|
Host inferencium-prv xa000.inferencium.net
|
|
|
|
HostName xa000.inferencium.net
|
|
|
|
User root
|
|
|
|
|
|
|
|
|
2023-04-29 16:59:27 +01:00
|
|
|
# xb000
|
2023-03-01 01:16:08 +00:00
|
|
|
Host inferencium-pub xb000.inferencium.net
|
|
|
|
HostName xb000.inferencium.net
|
|
|
|
User root
|
|
|
|
|
2023-04-29 16:59:27 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2023-03-01 01:16:08 +00:00
|
|
|
Host inferencium-pub-git git.inferencium.net
|
|
|
|
HostName git.inferencium.net
|
|
|
|
User git
|
2023-04-29 16:59:27 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|