modify key

This commit is contained in:
rustdesk 2022-04-21 15:33:05 +08:00
parent 0f4d58cdcb
commit c5a7d7b40e
3 changed files with 6 additions and 0 deletions

View File

@ -123,6 +123,8 @@ If you prohibit users without key from establishing non-encrypted connections, p
./hbbr -k _
````
If you wanna change key, please remove `id_ed25519` and `id_ed25519.pub` files and restart hbbs/hbbr.
{{% notice note %}}
Key can also be seen on the [console](/docs/en/self-host/console/) welcome page (Click on Windows EXE).
{{% /notice %}}

View File

@ -119,6 +119,8 @@ cat ./id_ed25519.pub
./hbbr -k _
```
如果要更改key请删除 `id_ed25519``id_ed25519.pub` 文件并重新启动 hbbs/hbbr。
{{% notice note %}}
在[控制台](/docs/zh-cn/self-host/console/)欢迎页面点击Windows EXE也可以看到Key。
{{% /notice %}}

View File

@ -119,6 +119,8 @@ cat ./id_ed25519.pub
./hbbr -k _
```
如果要更改key請刪除 `id_ed25519``id_ed25519.pub` 文件並重新啟動 hbbs/hbbr。
{{% notice note %}}
在[控制台](/docs/zh-tw/self-host/console/)歡迎頁面點擊Windows EXE也可以看到Key。
{{% /notice %}}