Browse Source

Remove SSH pubkey part

content-update
xpetit 3 years ago
parent
commit
d84c4fb509
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 12
      docs/setup/README.md

12
docs/setup/README.md

@ -191,18 +191,6 @@ sudo apt -y install curl
curl https://raw.githubusercontent.com/01-edu/public/master/docs/setup/configure.sh | bash
```
#### Configure Gitea
Copy the last line (`ssh-ed25519...`) then :
- Connect to Gitea (https://git.DOMAIN where DOMAIN is the 01 platform address)
- Click on top-right menu "Profile and Settings..."
- Click on "Settings"
- Go to "SSH / GPG Keys" tab
- Click on "Add Key" button in "Manage SSH Keys" section
- Paste the public key in the "Content" text area (the "Key Name" will be automatically set)
- Click on "Add Key"
Now you are able to push & pull code to Gitea using `git`.
Close the terminal (by using the shortcut <kbd>Ctrl</kbd>+<kbd>D</kbd> or typing the `exit` command)

Loading…
Cancel
Save