From a8207383c92d80b3bf95c6d894319ab1f2b33e7f Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 21 Jun 2022 20:22:33 +0800 Subject: [PATCH] about invalid char in key --- content/self-host/install/_index.en.md | 7 ++++++- content/self-host/install/_index.ru.md | 4 +++- content/self-host/install/_index.zh-cn.md | 2 ++ content/self-host/install/_index.zh-tw.md | 4 +++- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index 6f0714e..07f2540 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -108,8 +108,13 @@ hbbs.example.com:21116 Change `rustdesk.exe` to rustdesk-`host=,key=`.exe, e.g. rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe, you can see the config result in the about window as below. + {{% notice note %}} You need to set `host` and `key` both, missing any one won't work. + +If there are invalid characters in the key which can not be used in file name, please remove +id_ed25519 file and restart your hbbs/hbbr, the id_ed25519.pub file will be regenerated, please +repeat until you get valid characters. {{% /notice %}} | Menu | About Page | @@ -132,4 +137,4 @@ If you wanna prohibit users without key from establishing non-encrypted connecti ./hbbr -k _ ```` -If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbr,hbbs will generate new key pair. \ No newline at end of file +If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbr,hbbs will generate new key pair. diff --git a/content/self-host/install/_index.ru.md b/content/self-host/install/_index.ru.md index ee6bea6..bb956db 100644 --- a/content/self-host/install/_index.ru.md +++ b/content/self-host/install/_index.ru.md @@ -112,6 +112,8 @@ hbbs.example.com:21116 {{% notice note %}} Необходимо добавить и `host`, и `key`, а использовать их без них непросто. + +If there are invalid characters in the key which can not be used in file name, please remove id_ed25519 file and restart your hbbs/hbbr, the id_ed25519.pub file will be regenerated, please repeat until you get valid characters. {{% /notice %}} |Меню |О странице | @@ -134,4 +136,4 @@ cat ./id_ed25519.pub ./hbbr -k _ ```` -Если вы хотите сменить ключ, удалите файлы `id_ed25519` и `id_ed25519.pub` и перезапустите hbbs/hbbr,hbbs автоматически сгенерирует новую пару ключей. \ No newline at end of file +Если вы хотите сменить ключ, удалите файлы `id_ed25519` и `id_ed25519.pub` и перезапустите hbbs/hbbr,hbbs автоматически сгенерирует новую пару ключей. diff --git a/content/self-host/install/_index.zh-cn.md b/content/self-host/install/_index.zh-cn.md index 626092b..79d6e1b 100644 --- a/content/self-host/install/_index.zh-cn.md +++ b/content/self-host/install/_index.zh-cn.md @@ -107,6 +107,8 @@ hbbs.example.com:21116 {{% notice note %}} `host` 和 `key` 都需要添加,缺少一个就不好使。 + +If there are invalid characters in the key which can not be used in file name, please remove id_ed25519 file and restart your hbbs/hbbr, the id_ed25519.pub file will be regenerated, please repeat until you get valid characters. {{% /notice %}} | Menu | About Page | diff --git a/content/self-host/install/_index.zh-tw.md b/content/self-host/install/_index.zh-tw.md index 44d819d..5c6ba3d 100644 --- a/content/self-host/install/_index.zh-tw.md +++ b/content/self-host/install/_index.zh-tw.md @@ -109,6 +109,8 @@ hbbs.example.com:21116 {{% notice note %}} `host` 和 `key` 都需要添加,缺少一個就不好使。 + +If there are invalid characters in the key which can not be used in file name, please remove id_ed25519 file and restart your hbbs/hbbr, the id_ed25519.pub file will be regenerated, please repeat until you get valid characters. {{% /notice %}} | Menu | About Page | @@ -131,4 +133,4 @@ cat ./id_ed25519.pub ./hbbr -k _ ``` -如果要更改key,請刪除 `id_ed25519` 和 `id_ed25519.pub` 文件並重新啟動 hbbs/hbbr,hbbs將會產生新的密鑰對。 \ No newline at end of file +如果要更改key,請刪除 `id_ed25519` 和 `id_ed25519.pub` 文件並重新啟動 hbbs/hbbr,hbbs將會產生新的密鑰對。