2023-03-01 01:16:24 +00:00
|
|
|
# Inferencium
|
|
|
|
# SSH - Configuration
|
|
|
|
|
|
|
|
# Copyright 2022-2023 Jake Winters
|
2023-03-05 00:57:05 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
2023-03-01 01:16:24 +00:00
|
|
|
|
2023-05-17 01:19:12 +01:00
|
|
|
# Version: 6.1.0.13
|
2023-03-01 01:16:24 +00:00
|
|
|
|
|
|
|
|
2023-05-17 01:19:12 +01:00
|
|
|
# Global
|
|
|
|
AddKeysToAgent yes
|
|
|
|
|
2023-05-03 22:26:00 +01:00
|
|
|
# Codeberg
|
|
|
|
## Git
|
2023-04-29 21:23:55 +01:00
|
|
|
Host codeberg codeberg.org
|
|
|
|
HostName codeberg.org
|
|
|
|
User git
|
2023-05-03 22:26:00 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 21:23:55 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
|
|
|
|
2023-05-03 22:26:00 +01:00
|
|
|
|
|
|
|
# GitHub
|
|
|
|
## Git
|
2023-04-29 21:23:55 +01:00
|
|
|
Host github github.com
|
|
|
|
HostName github.com
|
|
|
|
User git
|
2023-05-03 22:26:00 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 21:23:55 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
|
|
|
|
2023-05-03 22:26:00 +01:00
|
|
|
|
|
|
|
# Inferencium
|
|
|
|
## Git
|
2023-04-29 21:23:55 +01:00
|
|
|
Host inferencium-prv-git int.git.inferencium.net
|
|
|
|
HostName int.git.inferencium.net
|
|
|
|
User git
|
2023-05-03 22:26:00 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 21:23:55 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
|
|
|
|
2023-03-01 01:16:24 +00:00
|
|
|
Host inferencium-pub-git git.inferencium.net
|
|
|
|
HostName git.inferencium.net
|
|
|
|
User git
|
2023-05-03 22:26:00 +01:00
|
|
|
Preferredauthentications publickey
|
2023-04-29 21:23:55 +01:00
|
|
|
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|