diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md index 04b54ae..6536ee6 100644 --- a/content/security/ssh-key.md +++ b/content/security/ssh-key.md @@ -231,7 +231,7 @@ ssh-add # enter your passphrase once, then it is cached. Your HTTPS URL used this format: `https://codeberg.org//.git` The SSH URL uses this format: `git@codeberg.org:/.git` (optionally with `ssh://` at the beginning like - this: `ssh://git@codeberg.org:/.git`). + this: `ssh://git@codeberg.org//.git`). Alternatively, you can find the SSH URL by going to your repository page on Codeberg (for example, going to `https://codeberg.org/knut/foobar`), clicking on SSH in the top right corner and copying the URL. @@ -245,8 +245,8 @@ ssh-add # enter your passphrase once, then it is cached. The output should look like this: ```bash - origin ssh://git@codeberg.org:knut/foobar.git (fetch) - origin ssh://git@codeberg.org:knut/foobar.git (push) + origin ssh://git@codeberg.org/knut/foobar.git (fetch) + origin ssh://git@codeberg.org/knut/foobar.git (push) ``` > **Attribution**