Update README.md

This commit is contained in:
Maxim Devaev 2020-05-26 22:09:55 +03:00 committed by GitHub
parent 7df9334233
commit ecaffa1090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -234,8 +234,9 @@ Pi-KVM OS is based on Arch Linux ARM and contains all required packages and conf
vncauth: vncauth:
enabled: true enabled: true
``` ```
After that you can enable `kvmd-vnc` daemon (`systemctl start kvmd-vnc` and `systemctl enable kvmd-vnc`). VNC will be available on port 5900 by default. After that you can enable `kvmd-vnc` daemon (`systemctl start kvmd-vnc` and `systemctl enable kvmd-vnc`). VNC will be available on port 5900 by default.
Please note: we strongly don't recommend you to use VNC in untrusted networks. The current implementation does not use encryption, and your passwords are transmitted over the network in a plain text. We recommend disabling automatic quality adjust if there is one in your client (this is called "Auto-Select"in TigerVNC).
Please note: we strongly don't recommend you to use VNC in untrusted networks. The current implementation does not use encryption, and your passwords are transmitted over the network in a plain text. The existing anonymous TLS mode is also not secure enough.
## Troubleshooting ## Troubleshooting
* In step 8 (`make install`), you may encounter the following error: * In step 8 (`make install`), you may encounter the following error: