Updated readme

main
RedStealthDev 2 years ago
parent f4dac40d72
commit 59f1ff1263

@ -11,7 +11,23 @@
1. First of all [Register](https://git.redstealth.dev/user/sign_up) here. 1. First of all [Register](https://git.redstealth.dev/user/sign_up) here.
2. Ask your organization owner to add you to the organization you can move on after telling them. 2. Ask your organization owner to add you to the organization you can move on after telling them.
## Part 2 SSH keys <a name="user-content-Part2"></a> ## Part 2 SSH keys <a name="user-content-Part2"></a>
1. Press the windows key, search for ,cmd and open the black box. 1. Press the windows key, search for `cmd` and open the black box.
2. Write `ssh-keygen -t ed25519 -C "your_email@example.com"` replacing "your_email@example.com" with your own and press enter.
* Press enter on all questions.
3. Press the windows key, search for `services` and press the blueish cogs.
4. Scroll down and find `OpenSSH Authentication Agent` Right click and press `**Preferences**`.
5. Open the `StartMethod` dropdown and select `**Automatic (Delayed start)**`.
6. Press apply then press start. you can now exit the "Services" app.
7. Open `File Explorer` and navigate to `C:\Users\"YOUR NAME"\.ssh`.
8. Make sure that you have File extentions enabled in the show menu of File Explorer.
9. Now Make a file and name it `config` with no extention.
10. Open `config` in notepad and write `AddKeyToAgent yes`.
11. Now back in cmd write `ssh-add .ssh/id_ed25519` and press enter.
* You can close cmd now.
12. Open this [Link](https://git.redstealth.dev/user/settings/keys) and press add key.
13. Now in the `.ssh` folder we opened earlier you should find a `ìd_ed25519.pub`.
* Open it and copy the contents.
## Part 3 Setting up github desktop <a name="user-content-Part3"></a> ## Part 3 Setting up github desktop <a name="user-content-Part3"></a>
## part 4 Finishing up <a name="user-content-Part4"></a> ## part 4 Finishing up <a name="user-content-Part4"></a>
## Usage <a name="user-content-Usage"></a> ## Usage <a name="user-content-Usage"></a>
Loading…
Cancel
Save