mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: SSH key creation on windows
This commit is contained in:
parent
2391f502f8
commit
69fbfacc4f
|
@ -41,7 +41,7 @@ To access your server's root shell you will have to generate your SSH key and ad
|
||||||
4. Open the Command Prompt. You can do this by pressing **Win+R**, typing `cmd` and pressing **Enter**.
|
4. Open the Command Prompt. You can do this by pressing **Win+R**, typing `cmd` and pressing **Enter**.
|
||||||
5. Run the following command, replacing `user_name` with your Windows username:
|
5. Run the following command, replacing `user_name` with your Windows username:
|
||||||
```ps1
|
```ps1
|
||||||
ssh-keygen -t ed25519 -f C:\Users\user_name\.ssh\id_ed25519.pub
|
ssh-keygen -t ed25519 -f C:\Users\user_name\.ssh\id_ed25519
|
||||||
```
|
```
|
||||||
You will be asked to enter a passphrase. You can leave it empty, but it is recommended to use a passphrase.
|
You will be asked to enter a passphrase. You can leave it empty, but it is recommended to use a passphrase.
|
||||||
If you do not want to use a passphrase, press **Enter**.
|
If you do not want to use a passphrase, press **Enter**.
|
||||||
|
|
|
@ -42,7 +42,7 @@ categories: ["How-To Guides"]
|
||||||
4. Откройте Командную строку. Это можно сделать, нажав **Win+R**, введя `cmd` и нажав **Enter**.
|
4. Откройте Командную строку. Это можно сделать, нажав **Win+R**, введя `cmd` и нажав **Enter**.
|
||||||
5. Выполните следующую команду, заменив `user_name` на ваше имя пользователя Windows:
|
5. Выполните следующую команду, заменив `user_name` на ваше имя пользователя Windows:
|
||||||
```ps1
|
```ps1
|
||||||
ssh-keygen -t ed25519 -f C:\Users\user_name\.ssh\id_ed25519.pub
|
ssh-keygen -t ed25519 -f C:\Users\user_name\.ssh\id_ed25519
|
||||||
```
|
```
|
||||||
Вам будет предложено ввести кодовую фразу. Вы можете оставить ее пустой, но рекомендуется использовать кодовую фразу.
|
Вам будет предложено ввести кодовую фразу. Вы можете оставить ее пустой, но рекомендуется использовать кодовую фразу.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue