From d84c4fb509da5bba4cbe202e1bdb952e6d7d8dd4 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Thu, 5 Aug 2021 05:57:02 -0400 Subject: [PATCH] Remove SSH pubkey part --- docs/setup/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/setup/README.md b/docs/setup/README.md index 114ce113..d497e5c3 100755 --- a/docs/setup/README.md +++ b/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 Ctrl+D or typing the `exit` command)