From 531ddd458dd4dbddc11d6445e9f8b86d5aa384b6 Mon Sep 17 00:00:00 2001 From: Kevin Puig Date: Tue, 21 Oct 2025 19:37:41 -0400 Subject: [PATCH] Add testing instructions + slight sshconf mod --- .ssh/config | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.ssh/config b/.ssh/config index 3b32085..cbdbeac 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,4 +1,5 @@ Host code.kpuig.net + HostName code.kpuig.net Port 4222 User git IdentityFile diff --git a/README.md b/README.md index 9c5ef35..0687f69 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ 4. Go into your Gitea Settings, then SSH/GPG Keys section, then upload your public key (in most cases, a file called `id_ed25519.pub`). 5. You can now contribute code! + +## Test connection + +`ssh code.kpuig.net` + +If this command gives you anything but an affirmative that you're configured correctly, that means you have misconfigured something, most likely in SSH but possibly in git.