From 7b1ce5a88951419f03926edbfeb07c99e04f8073 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 8 Feb 2021 00:56:24 +0000 Subject: [PATCH] Update vnc.md (#175) --- pages/vnc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/vnc.md b/pages/vnc.md index 40b9ae41..2eeba893 100644 --- a/pages/vnc.md +++ b/pages/vnc.md @@ -1,7 +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 adivse against using VNC in untrusted networks! (i.e. Internet, public WiFi and similar networks)** +: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.