mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-27 00:18:34 +01:00
about invalid char in key
This commit is contained in:
parent
b1863fd171
commit
a8207383c9
@ -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/hbbr,hbbs will generate new key pair.
|
||||
If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbr,hbbs will generate new key pair.
|
||||
|
@ -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 автоматически сгенерирует новую пару ключей.
|
||||
Если вы хотите сменить ключ, удалите файлы `id_ed25519` и `id_ed25519.pub` и перезапустите hbbs/hbbr,hbbs автоматически сгенерирует новую пару ключей.
|
||||
|
@ -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 |
|
||||
|
@ -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將會產生新的密鑰對。
|
||||
如果要更改key,請刪除 `id_ed25519` 和 `id_ed25519.pub` 文件並重新啟動 hbbs/hbbr,hbbs將會產生新的密鑰對。
|
||||
|
Loading…
Reference in New Issue
Block a user