Gitea setup complete. Pictures for gitea-ssh

This commit is contained in:
2026-06-22 14:53:00 +00:00
parent 26575e8bd6
commit ceeabdd068
5 changed files with 43 additions and 2 deletions
+3 -1
View File
@@ -2,14 +2,16 @@
This guide assumes you have registered and verified your account with an @RU.IS email address. If you have not setup your account yet, you must do that first.
The gitea server at RU is on port 2222. *It does not respond on the usual port 22*
- (Gitea Documentation)[https://docs.gitea.com/]
- [Gitea Documentation](https://docs.gitea.com/)
# Installing ssh keys into Gitea
1. If you don't have an ssh key, generate one now following the guide on the (main ssh page)[index.md]
1. Login to gitea.cs.ru.is
1. Click on your user Icon on the top right and choose "Settings" in the dropdown
1. On the Left, click on "SSH / GPG Keys"
![menu of SSH / GPG Keys](Graphics/gitea-ssh-nokeys.png)
1. copy the contents of `~/.ssh/id_ed25519.pub` into the text box and click "Add Key". *On windows you can view it in Notepad to cut and paste it*.
![SSH key pasted into the text field](Graphics/gitea-ssh-pubkey-paste.png)
1. It will then want you to verify the key by **TODO**