TigerVNC viewer: não há tipos de segurança correspondentes

4

Estou tentando controlar remotamente a área de trabalho de um Raspberry Pi (Raspbian Jessie) de um Chromebook Samsung (ARM Arch Linux).

O servidor vnc no pi é o RealVNC. O visualizador vnc no Chromebook é TigerVNC

Estou recebendo o seguinte erro ao tentar se conectar ao servidor:

$ vncviewer 

TigerVNC Viewer 32-bit v1.7.1
Built on: 2017-01-23 06:48
Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.

Sat Apr  1 17:25:49 2017
 DecodeManager: Detected 4 CPU core(s)
 DecodeManager: Creating 4 decoder thread(s)
 CConn:       conectado a puerto 192.168.1.200 de origen 5900
 CConnection: Server supports RFB protocol version 5.0
 CConnection: Using RFB protocol version 3.8
 CConnection: No matching security types
 CConn:       No matching security types

Até onde eu entendi lendo as man pages, o vncviewer tenta por padrão todo esquema suportado

   -SecurityTypes sec-types
          Specify  which security schemes to attempt to use when authenti‐
          cating with the server.  Valid values are a comma separated list
          of  None,  VncAuth,  Plain, TLSNone, TLSVnc, TLSPlain, X509None,
          X509Vnc and X509Plain. Default is  to  attempt  every  supported
          scheme.

O RealVNC está usando algum esquema de criptografia que não é suportado pelo TigerVNC?

    
por rodrunner 01.04.2017 / 17:36

0 respostas