fixed small isue nr2

This commit is contained in:
RedStealthDev 2022-12-08 16:03:13 +00:00
parent 9011a3bf66
commit 5218ee7845

View File

@ -16,9 +16,9 @@
2. Write `ssh-keygen -t ed25519 -C "your_email@example.com"` replacing "your_email@example.com" with your own and press enter. 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. * Press enter on all questions.
3. Press the windows key, search for `services` and press the blueish cogs. 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**`. 4. Scroll down and find `OpenSSH Authentication Agent` Right click and press `Preferences`.
5. Open the `StartMethod` dropdown and select `**Automatic (Delayed start)**`. 5. Open the `StartMethod` dropdown and select `Automatic (Delayed start)`.
6. Press apply then press start. you can now exit the "Services" app. 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`. 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. 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. 9. Now Make a file and name it `config` with no extention.