Using actual system names allows fine-grained and modular control over each system's configuration files.
44 lines
862 B
Plaintext
44 lines
862 B
Plaintext
# Inferencium
|
|
# SSH - Configuration
|
|
|
|
# Copyright 2022-2023 Jake Winters
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
|
|
# Version: 6.1.0.13
|
|
|
|
|
|
# Global
|
|
AddKeysToAgent yes
|
|
|
|
# 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
|