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-05-03 22:25:07 +01:00
|
|
|
# Version: 6.0.0.12
|
2023-03-01 01:16:08 +00:00
|
|
|
|
|
|
|
|
2023-05-03 22:25:07 +01:00
|
|
|
# Codeberg
|
|
|
|
## Git
|
2023-04-29 16:59:27 +01:00
|
|
|
Host codeberg codeberg.org
|
|
|
|
HostName codeberg.org
|
|
|
|
User git
|
2023-05-03 22:25:07 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:59:27 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
|
|
|
|
2023-05-03 22:25:07 +01:00
|
|
|
|
|
|
|
# GitHub
|
|
|
|
## Git
|
2023-04-29 16:59:27 +01:00
|
|
|
Host github github.com
|
|
|
|
HostName github.com
|
|
|
|
User git
|
2023-05-03 22:25:07 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:59:27 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
|
|
|
|
2023-05-03 22:25:07 +01:00
|
|
|
|
|
|
|
# Inferencium
|
|
|
|
## Git
|
2023-04-29 16:59:27 +01:00
|
|
|
Host inferencium-prv-git int.git.inferencium.net
|
|
|
|
HostName int.git.inferencium.net
|
|
|
|
User git
|
2023-05-03 22:25:07 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:59:27 +01:00
|
|
|
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-05-03 22:25:07 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:59:27 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|