22 lines
458 B
Plaintext
22 lines
458 B
Plaintext
# Inferencium
|
|
# SSH - Configuration
|
|
|
|
# Copyright 2022-2023 Inference
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# Version: 2.0.1.3
|
|
|
|
|
|
Host inferencium-prv xa000.inferencium.net
|
|
HostName xa000.inferencium.net
|
|
User root
|
|
|
|
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
|