mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-07 17:04:32 +01:00
naming exe
This commit is contained in:
parent
69c89701f3
commit
7eff2be8da
@ -104,7 +104,13 @@ hbbs.yourhost.com:21116
|
||||
|
||||
![](/docs/en/self-host/install/images/server-set-window.png)
|
||||
|
||||
![](/docs/en/self-host/install/images/lic.png)
|
||||
#### Put config in rustdesk.exe file name (Windows only)
|
||||
|
||||
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.
|
||||
|
||||
| Menu | About Page |
|
||||
| -- | -- |
|
||||
![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) |
|
||||
|
||||
## Key
|
||||
-----------
|
||||
@ -122,4 +128,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.
|
@ -106,6 +106,14 @@ hbbs.yourhost.com:21116
|
||||
|
||||
![](/docs/en/self-host/install/images/server-set-window.png)
|
||||
|
||||
#### поместить конфигурацию в имя исполняемого файла (только для Windows)
|
||||
|
||||
Замените `rustdesk.exe` на rustdesk-`host=<host-ip-or-name>,key=<строка-открытого-ключа>`.exe, например: rustdesk-`host=192.168.1.137,key=xfdsfsd32 =32`.exe, вы можете увидеть результат настройки в окне «О программе», как показано ниже.
|
||||
|
||||
|Меню |О странице |
|
||||
| -- | -- |
|
||||
![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/ru/self-host/install/images/lic.png) |
|
||||
|
||||
## Ключ шифрования
|
||||
-----------
|
||||
В отличии от предыдущих версий, в текущей версии ключ шифрования обязателен, но нет необходимости устанавливать его самостоятельно. Когда hbbs запускается в первый раз, он автоматически сгенерирует пару из зашифрованных приватного и публичного ключей (в файлах `id_ed25519` и `id_ed25519.pub` соответственно, в директории запуска).
|
||||
|
@ -101,6 +101,14 @@ hbbs.yourhost.com:21116
|
||||
```
|
||||
![](/docs/en/self-host/install/images/server-set-window-zh.png)
|
||||
|
||||
#### 把配置放在可执行文件名里 (Windows only)
|
||||
|
||||
把`rustdesk.exe` 修改为 rustdesk-`host=<host-ip-or-name>,key=<public-key-string>`.exe, 例如: rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe,你可以在About窗口看到配置结果,如下图所示。
|
||||
|
||||
| Menu | About Page |
|
||||
| -- | -- |
|
||||
![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) |
|
||||
|
||||
## Key
|
||||
-----------
|
||||
同上个版本不同,本版本中的key是强制的,但是不用你自己设置。hbbs在第一次运行时,会自动产生一对加密私钥和公钥(分别位于运行目录下的`id_ed25519`和`id_ed25519.pub`文件中),其主要用途是为了通讯加密。
|
||||
|
@ -103,6 +103,14 @@ hbbs.yourhost.com:21116
|
||||
```
|
||||
![](/docs/en/self-host/install/images/server-set-window.png)
|
||||
|
||||
#### 把配置放在可執行文件名里 (Windows only)
|
||||
|
||||
把`rustdesk.exe` 修改為 rustdesk-`host=<host-ip-or-name>,key=<public-key-string>`.exe, 例如: rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe,你可以在About窗口看到配置結果,如下圖所示。
|
||||
|
||||
| Menu | About Page |
|
||||
| -- | -- |
|
||||
![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) |
|
||||
|
||||
## Key
|
||||
-----------
|
||||
同上個版本不同,本版本中的key是強制的,但是不用你自己設置。hbbs在第一次運行時,會自動產生一對加密私鑰和公鑰(分別位於運行目錄下的`id_ed25519`和`id_ed25519.pub`文件中),其主要用途是為了通訊加密。
|
||||
|
BIN
content/self-host/install/images/aboutmenu.png
Normal file
BIN
content/self-host/install/images/aboutmenu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user