From a71eacc356ea2e718b6056c10523841a53a8d91c Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 17 Sep 2024 11:41:49 -0400 Subject: [PATCH] pls dont upload your private key --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 650b67c..e1e5d11 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,6 @@ You don't need to set a password (just hit enter). This will create the files `~/.ssh/git.signorovitch.org` and `~/.ssh/git.signorovitch.org.pub`, being your private and public keys respectively. Using the Gitea web interface, click on your profile in the top right corner. Go to Settings → SSH/GPG Keys → Manage -SSH Keys. Click 'Add Key' and paste your *public* key into the text box. You -should now be able to commit changes via ssh. +SSH Keys. Click 'Add Key' and paste your **PUBLIC** key +(`~/.ssh/git.signorovitch.org.pub`) into the text box. You should now be able +to commit changes via ssh.