41 lines
833 B
Plaintext
41 lines
833 B
Plaintext
# Inferencium
|
|
# SSH - Configuration
|
|
|
|
# Copyright 2022-2023 Jake Winters
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
|
|
# Version: 6.0.0.12
|
|
|
|
|
|
# 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
|