Update guide

This commit is contained in:
Lucas Mathews
2025-12-13 14:00:01 +01:00
parent 7bf711985e
commit 12ee58d7e6

View File

@@ -8,3 +8,13 @@ editor: markdown
dateCreated: 2025-05-04T11:38:34.846Z
---
# Creating SSH Key
Ideally the following steps are completed on the device and user which you want to allow the connection from, so it will be saved in their `~/.ssh` folder.
Run the following commands:
```bash
cd ~/.ssh
ssh-keygen -t ed25519 -C "your_email@example.com"
```
# Add Public key to Gitea
`cat` the contents of the public key and add it into Gitea under **Settings** > **SSH / GPG Keys** > **Add key**.