mirror of https://github.com/pikvm/pikvm.git
Update README.md
This commit is contained in:
parent
7df9334233
commit
ecaffa1090
|
|
@ -235,7 +235,8 @@ Pi-KVM OS is based on Arch Linux ARM and contains all required packages and conf
|
|||
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.
|
||||
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
|
||||
* In step 8 (`make install`), you may encounter the following error:
|
||||
|
|
|
|||
Loading…
Reference in New Issue