summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorIgor Böhm <igor@9lab.org>2021-09-25 20:40:47 +0000
committerOri Bernstein <ori@eigenstate.org>2021-09-25 20:40:47 +0000
commitb6381141861419f8cf2a11e3c2ff605755a5becc (patch)
treeb8d0124548d3eab53352b9f03f66ef9e6b0f5d9d /sys/man/1
parentc9b48aec544db0ce8a2a1a75b557c44669804e82 (diff)
vncv: enable connecting to Darwin hosts
Tested on MacOS Catalina and Big Sur releases. Update man page to highlight weak encryption of vnc, recommending to tunnel via ssh (thanks unobe).
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/vnc9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/man/1/vnc b/sys/man/1/vnc
index 0a2dc9a39..7ba8b1b49 100644
--- a/sys/man/1/vnc
+++ b/sys/man/1/vnc
@@ -201,9 +201,12 @@ print verbose output to standard error.
If the remote frame buffer is larger than the local screen,
only the upper left corner can be accessed.
.PP
+.I Vncs
+and
+.I vncv
+encryption is not secure. It's advisable to tunnel through
+ssh or some other secure protocol.
+.PP
.I Vncv
does no verification of the TLS certificate presented
by the server.
-.PP
-.I Vncv
-supports only version 3.3 of the RFB protocol.