about invalid char in key

This commit is contained in:
rustdesk 2022-06-21 20:22:33 +08:00
parent b1863fd171
commit a8207383c9
4 changed files with 14 additions and 3 deletions

View File

@ -108,8 +108,13 @@ hbbs.example.com:21116
Change `rustdesk.exe` to rustdesk-`host=<host-ip-or-name>,key=<public-key-string>`.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.
<a name="invalidchar"></a>
{{% 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/hbbrhbbs will generate new key pair.
If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbrhbbs will generate new key pair.

View File

@ -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/hbbrhbbs автоматически сгенерирует новую пару ключей.
Если вы хотите сменить ключ, удалите файлы `id_ed25519` и `id_ed25519.pub` и перезапустите hbbs/hbbrhbbs автоматически сгенерирует новую пару ключей.

View File

@ -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 |

View File

@ -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/hbbrhbbs將會產生新的密鑰對。
如果要更改key請刪除 `id_ed25519``id_ed25519.pub` 文件並重新啟動 hbbs/hbbrhbbs將會產生新的密鑰對。