Correct SSH key misunderstanding

This commit is contained in:
eo 2022-10-21 17:10:35 +02:00
parent 225f1265c1
commit 45473fb409

View file

@ -101,7 +101,7 @@ Every keypair consists of a public and a private key that are connected to one a
1. Go to the [SSH/GPG Keys tab](https://codeberg.org/user/settings/keys) in your Codeberg settings.
2. Click on the __Verify__ button next to the SSH key you would like to verify.
3. Codeberg will show a token. Under its text box copy the command, and replace `/path_to_your_pubkey` with the correct path of your public key.
3. Codeberg will show a token. Under its text box copy the command, and replace `/path_to_your_private_key` with the correct path of your private key.
4. Copy the output, beginning with `-----BEGIN SSH SIGNATURE-----` and ending with `-----END SSH SIGNATURE-----`.
5. Paste it into the large textbox and click the __Verify__ button.