mirror of https://github.com/pikvm/pikvm.git
Update vnc.md
This commit is contained in:
parent
4539ea4ab3
commit
2f51b24ada
|
|
@ -1,9 +1,7 @@
|
|||
# VNC
|
||||
As an alternative to the web interface, you can use VNC with various desktop clients. The main advantage of VNC over the browser is the ability to expand the image to the full screen, as well as complete interception of all keyboard keys. In some cases, VNC will be more responsive than the browser, especially on weak computers.
|
||||
|
||||
:exclamation: **Please note: we strongly advise against using VNC on untrusted networks! (i.e. Internet, public WiFi and similar networks)**
|
||||
|
||||
The current VNC implementation uses either weak TLS encryption or no encryption at all (depending on your client). In the latter case, your password will be transmitted over the network in plain text. Unfortunately, this is the reality of the VNC protocol.
|
||||
:exclamation: **Please note: we strongly advise against using VNC without X.509 or TLS encryption on untrusted networks! (i.e. Internet, public WiFi and similar networks)** Otherwise your password will be transmitted over the network in plain text. Unfortunately, this is the reality of the VNC protocol.
|
||||
|
||||
# Enabling VNC on the Pi-KVM side
|
||||
1. Switch Pi-KVM filesystem to read-write mode using command `rw`.
|
||||
|
|
@ -37,5 +35,5 @@ Here are our recommended settings for TigerVNC:
|
|||
- Disable automatic quality adjust settings **Auto Select**.
|
||||
- Enable **Allow JPEG compression**.
|
||||
* **Security** tab:
|
||||
- Enable **None** and **Anonymous TLS** encryption.
|
||||
- Enable **None**, **X.509 TLS** and **Anonymous TLS** encryption (or choose one preferred mode).
|
||||
- Enable **Username and password** authentication.
|
||||
|
|
|
|||
Loading…
Reference in New Issue