2023-01-24 10:19:05 +00:00
|
|
|
# Inferencium
|
|
|
|
# SSH - Configuration
|
|
|
|
|
2023-02-13 18:30:13 +00:00
|
|
|
# Copyright 2022-2023 Jake Winters
|
2023-03-05 00:40:04 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
2023-01-24 10:19:05 +00:00
|
|
|
|
2023-05-03 22:24:25 +01:00
|
|
|
# Version: 6.0.0.12
|
2023-01-24 10:19:05 +00:00
|
|
|
|
|
|
|
|
2023-05-03 22:24:25 +01:00
|
|
|
# Codeberg
|
|
|
|
## Git
|
2023-04-29 16:33:11 +01:00
|
|
|
Host codeberg codeberg.org
|
|
|
|
HostName codeberg.org
|
|
|
|
User git
|
2023-05-03 22:24:25 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:56:44 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
2023-04-29 16:33:11 +01:00
|
|
|
|
2023-05-03 22:24:25 +01:00
|
|
|
|
|
|
|
# GitHub
|
|
|
|
## Git
|
2023-04-29 16:31:12 +01:00
|
|
|
Host github github.com
|
|
|
|
HostName github.com
|
|
|
|
User git
|
2023-05-03 22:24:25 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:56:44 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
2023-04-29 16:31:12 +01:00
|
|
|
|
2023-05-03 22:24:25 +01:00
|
|
|
|
|
|
|
# Inferencium
|
|
|
|
## Git
|
2023-03-01 01:07:40 +00:00
|
|
|
Host inferencium-prv-git int.git.inferencium.net
|
|
|
|
HostName int.git.inferencium.net
|
|
|
|
User git
|
2023-05-03 22:24:25 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:56:44 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
2023-03-01 01:07:40 +00:00
|
|
|
|
2023-02-12 15:14:32 +00:00
|
|
|
Host inferencium-pub-git git.inferencium.net
|
2023-01-24 10:17:14 +00:00
|
|
|
HostName git.inferencium.net
|
|
|
|
User git
|
2023-05-03 22:24:25 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 16:56:44 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|