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-04-29 16:31:12 +01:00
|
|
|
# Version: 5.1.0.7
|
2023-01-24 10:19:05 +00:00
|
|
|
|
|
|
|
|
2023-04-29 16:31:12 +01:00
|
|
|
Host github github.com
|
|
|
|
HostName github.com
|
|
|
|
User git
|
|
|
|
IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519
|
|
|
|
|
2023-02-12 15:14:32 +00:00
|
|
|
Host inferencium-prv xa000.inferencium.net
|
2023-02-12 15:17:29 +00:00
|
|
|
HostName xa000.inferencium.net
|
2023-02-12 15:14:32 +00:00
|
|
|
User root
|
|
|
|
|
2023-03-01 01:07:40 +00:00
|
|
|
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
|
|
|
|
|
2023-02-12 15:14:32 +00:00
|
|
|
Host inferencium-pub xb000.inferencium.net
|
2023-02-12 15:17:29 +00:00
|
|
|
HostName xb000.inferencium.net
|
2023-02-12 15:14:32 +00:00
|
|
|
User root
|
2023-01-24 10:17:14 +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-01-24 10:19:05 +00:00
|
|
|
IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519
|