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-03-05 00:57:05 +00:00
|
|
|
# Version: 5.0.0.6
|
2023-03-01 01:16:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
Host inferencium-prv xa000.inferencium.net
|
|
|
|
HostName xa000.inferencium.net
|
|
|
|
User root
|
|
|
|
|
|
|
|
Host inferencium-prv-git int.git.inferencium.net
|
|
|
|
HostName int.git.inferencium.net
|
|
|
|
User git
|
|
|
|
IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519
|
|
|
|
|
|
|
|
Host inferencium-pub xb000.inferencium.net
|
|
|
|
HostName xb000.inferencium.net
|
|
|
|
User root
|
|
|
|
|
|
|
|
Host inferencium-pub-git git.inferencium.net
|
|
|
|
HostName git.inferencium.net
|
|
|
|
User git
|
|
|
|
IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519
|