From f22522c08fc164e4fb9a53a9e01e55d907ee8422 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jan 2023 10:17:14 +0000 Subject: [PATCH] Switch IdentityFile path from relative path to absolute path. Update IdentityFile filename. --- ssh/config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ssh/config diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..44ed264 --- /dev/null +++ b/ssh/config @@ -0,0 +1,9 @@ +Host inferencium 167.235.15.201 + HostName 167.235.15.201 + User a00-sys + IdentityFile /home/a00-sys/.ssh/ssh-inf-a00-sys-ed25519 + +Host inferencium-git git.inferencium.net + HostName git.inferencium.net + User git + IdentityFile ~/.ssh/ssh-inf-a00-sys-ed25519