From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28081 invoked from network); 22 Sep 2021 19:41:49 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 22 Sep 2021 19:41:49 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 4ess; Wed Sep 22 14:44:30 -0400 2021 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id D55DBE8EC1 for <9front@9front.org>; Wed, 22 Sep 2021 14:40:53 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type; s= sasl; bh=IenUv4mclJmyMckWFSbHOKjkdDeG/wziXWPWlGtG3RQ=; b=OFHewQy dFt5eEv4HIBXNrsV1Fpxq1gCvfnIgmuzrQH/ZG/3kOvVEiD3k1yiCMnrlq4tCCla 10pNx/pkgiWaD0CZtfbkHoQ6RALYVJh2M+VZtECJ7Xh+KaAsPscggv83xuA2iQv9 NNxyiErpWlAqPAXuPmcCw6qeSbsrupUTL5TY= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id CE355E8EC0 for <9front@9front.org>; Wed, 22 Sep 2021 14:40:53 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id E3EB0E8EBF for <9front@9front.org>; Wed, 22 Sep 2021 14:40:52 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <3AD960400AE16AC4EA7ED98E512645AC@smtp.pobox.com> To: 9front@9front.org Date: Wed, 22 Sep 2021 11:40:51 -0700 From: unobe@cpan.org In-Reply-To: <6828A0FC2EC9610DE01734E433618AE8@9lab.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-fkhiycscoyzirxwdjafqabdtfq" X-Pobox-Relay-ID: 9D751EE6-1BD4-11EC-A699-CD991BBA3BAF-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ORM plugin standard self-signing database Subject: Re: [9front] cmd/vnc: enable connecting to recent Darwin releases (patch) Reply-To: 9front@9front.org Precedence: bulk This is a multi-part message in MIME format. --upas-fkhiycscoyzirxwdjafqabdtfq Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit See attached man page patch, incorporating input from Ori. --upas-fkhiycscoyzirxwdjafqabdtfq Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit diff 87a823332f9eaa4ff1e72f8524f6e59d1cc4f407 uncommitted --- a/sys/man/1/vnc +++ b/sys/man/1/vnc @@ -201,9 +201,11 @@ 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. --upas-fkhiycscoyzirxwdjafqabdtfq--