Switch from full home path to short home path.
This commit is contained in:
parent
7361beadc6
commit
c9025d1790
@ -4,7 +4,7 @@
|
||||
# Copyright 2022-2023 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
# Version: 5.1.0.9
|
||||
# Version: 5.1.0.10
|
||||
|
||||
|
||||
## xa000
|
||||
@ -23,19 +23,19 @@ Host inferencium-pub xb000.inferencium.net
|
||||
Host codeberg codeberg.org
|
||||
HostName codeberg.org
|
||||
User git
|
||||
IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519
|
||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||
|
||||
Host github github.com
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519
|
||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||
|
||||
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
|
||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||
|
||||
Host inferencium-pub-git git.inferencium.net
|
||||
HostName git.inferencium.net
|
||||
User git
|
||||
IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519
|
||||
IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519
|
||||
|
Loading…
x
Reference in New Issue
Block a user