From c27ec8ca8c6f0dbf378bc65f06e1d273967c1153 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Wed, 4 Sep 2024 18:19:14 +0300 Subject: [PATCH] fix: wrong openssh package --- content/en/docs/How To Guides/root_ssh/_index.md | 2 +- content/ru/docs/How To Guides/root_ssh/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/How To Guides/root_ssh/_index.md b/content/en/docs/How To Guides/root_ssh/_index.md index f5e9a34..3fb205e 100644 --- a/content/en/docs/How To Guides/root_ssh/_index.md +++ b/content/en/docs/How To Guides/root_ssh/_index.md @@ -61,7 +61,7 @@ To access your server's root shell you will have to generate your SSH key and ad 1. Open Termux. 2. Run the following command: ```bash - apt update -y && apt upgrade -y && apt install open-ssh -y && + apt update -y && apt upgrade -y && apt install openssh -y && ssh-keygen -t ed25519 -f /data/data/com.termux/files/usr/etc/ssh/ssh_host_ed25519_key ``` You will be asked to enter a passphrase. You can leave it empty, but it is recommended to use a passphrase. diff --git a/content/ru/docs/How To Guides/root_ssh/_index.md b/content/ru/docs/How To Guides/root_ssh/_index.md index c3cb71b..6ec690f 100644 --- a/content/ru/docs/How To Guides/root_ssh/_index.md +++ b/content/ru/docs/How To Guides/root_ssh/_index.md @@ -62,7 +62,7 @@ description: > 1. Откройте Termux. 2. Выполните следующую команду: ```bash - apt update -y && apt upgrade -y && apt install open-ssh -y && + apt update -y && apt upgrade -y && apt install openssh -y && ssh-keygen -t ed25519 -f /data/data/com.termux/files/usr/etc/ssh/ssh_host_ed25519_key ``` Вам будет предложено ввести кодовую фразу. Вы можете оставить ее пустой, но рекомендуется использовать кодовую фразу.