TigerVNC viewer: no matching security types
up vote
5
down vote
favorite
I'm trying to control remotely the desktop of a Raspberry Pi (Raspbian Jessie) from a Samsung Chromebook (ARM Arch Linux).
The vnc server in the pi is RealVNC.
The vnc viewer in the Chromebook is TigerVNC
I'm getting the following error when I try to connect to the server:
$ 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
As far as I understood by reading the man pages, vncviewer attempts by default every supported scheme
-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.
Is RealVNC using some encryption scheme that is not supported by TigerVNC?
linux raspberry-pi vnc realvnc vnc-viewer
add a comment |
up vote
5
down vote
favorite
I'm trying to control remotely the desktop of a Raspberry Pi (Raspbian Jessie) from a Samsung Chromebook (ARM Arch Linux).
The vnc server in the pi is RealVNC.
The vnc viewer in the Chromebook is TigerVNC
I'm getting the following error when I try to connect to the server:
$ 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
As far as I understood by reading the man pages, vncviewer attempts by default every supported scheme
-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.
Is RealVNC using some encryption scheme that is not supported by TigerVNC?
linux raspberry-pi vnc realvnc vnc-viewer
1
(Almost?) everything about VNC encryption and authentication is proprietary. Interoperability is very limited. I suggest you just use TigerVNC everywhere.
– Daniel B
Apr 1 '17 at 15:51
2
The latest Rasbpian distro (with pixel) has RealVNC by default and I would like to keep it. I've installed RealVNC viewer from AUR in my chromebook
– rodrunner
Apr 2 '17 at 12:52
duplicate of unix.stackexchange.com/questions/77885/…?
– Wolfgang Fahl
Apr 6 '17 at 6:59
@rodrunner did you find any solution yet? I'm facing the same issue.
– Loïc Faure-Lacroix
Nov 6 at 4:10
@LoïcFaure-Lacroix I installed RealVNC viewer from AUR in ARM arch linux
– rodrunner
Nov 7 at 5:21
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I'm trying to control remotely the desktop of a Raspberry Pi (Raspbian Jessie) from a Samsung Chromebook (ARM Arch Linux).
The vnc server in the pi is RealVNC.
The vnc viewer in the Chromebook is TigerVNC
I'm getting the following error when I try to connect to the server:
$ 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
As far as I understood by reading the man pages, vncviewer attempts by default every supported scheme
-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.
Is RealVNC using some encryption scheme that is not supported by TigerVNC?
linux raspberry-pi vnc realvnc vnc-viewer
I'm trying to control remotely the desktop of a Raspberry Pi (Raspbian Jessie) from a Samsung Chromebook (ARM Arch Linux).
The vnc server in the pi is RealVNC.
The vnc viewer in the Chromebook is TigerVNC
I'm getting the following error when I try to connect to the server:
$ 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
As far as I understood by reading the man pages, vncviewer attempts by default every supported scheme
-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.
Is RealVNC using some encryption scheme that is not supported by TigerVNC?
linux raspberry-pi vnc realvnc vnc-viewer
linux raspberry-pi vnc realvnc vnc-viewer
edited Nov 29 at 19:43
GAD3R
2,4351126
2,4351126
asked Apr 1 '17 at 15:36
rodrunner
214412
214412
1
(Almost?) everything about VNC encryption and authentication is proprietary. Interoperability is very limited. I suggest you just use TigerVNC everywhere.
– Daniel B
Apr 1 '17 at 15:51
2
The latest Rasbpian distro (with pixel) has RealVNC by default and I would like to keep it. I've installed RealVNC viewer from AUR in my chromebook
– rodrunner
Apr 2 '17 at 12:52
duplicate of unix.stackexchange.com/questions/77885/…?
– Wolfgang Fahl
Apr 6 '17 at 6:59
@rodrunner did you find any solution yet? I'm facing the same issue.
– Loïc Faure-Lacroix
Nov 6 at 4:10
@LoïcFaure-Lacroix I installed RealVNC viewer from AUR in ARM arch linux
– rodrunner
Nov 7 at 5:21
add a comment |
1
(Almost?) everything about VNC encryption and authentication is proprietary. Interoperability is very limited. I suggest you just use TigerVNC everywhere.
– Daniel B
Apr 1 '17 at 15:51
2
The latest Rasbpian distro (with pixel) has RealVNC by default and I would like to keep it. I've installed RealVNC viewer from AUR in my chromebook
– rodrunner
Apr 2 '17 at 12:52
duplicate of unix.stackexchange.com/questions/77885/…?
– Wolfgang Fahl
Apr 6 '17 at 6:59
@rodrunner did you find any solution yet? I'm facing the same issue.
– Loïc Faure-Lacroix
Nov 6 at 4:10
@LoïcFaure-Lacroix I installed RealVNC viewer from AUR in ARM arch linux
– rodrunner
Nov 7 at 5:21
1
1
(Almost?) everything about VNC encryption and authentication is proprietary. Interoperability is very limited. I suggest you just use TigerVNC everywhere.
– Daniel B
Apr 1 '17 at 15:51
(Almost?) everything about VNC encryption and authentication is proprietary. Interoperability is very limited. I suggest you just use TigerVNC everywhere.
– Daniel B
Apr 1 '17 at 15:51
2
2
The latest Rasbpian distro (with pixel) has RealVNC by default and I would like to keep it. I've installed RealVNC viewer from AUR in my chromebook
– rodrunner
Apr 2 '17 at 12:52
The latest Rasbpian distro (with pixel) has RealVNC by default and I would like to keep it. I've installed RealVNC viewer from AUR in my chromebook
– rodrunner
Apr 2 '17 at 12:52
duplicate of unix.stackexchange.com/questions/77885/…?
– Wolfgang Fahl
Apr 6 '17 at 6:59
duplicate of unix.stackexchange.com/questions/77885/…?
– Wolfgang Fahl
Apr 6 '17 at 6:59
@rodrunner did you find any solution yet? I'm facing the same issue.
– Loïc Faure-Lacroix
Nov 6 at 4:10
@rodrunner did you find any solution yet? I'm facing the same issue.
– Loïc Faure-Lacroix
Nov 6 at 4:10
@LoïcFaure-Lacroix I installed RealVNC viewer from AUR in ARM arch linux
– rodrunner
Nov 7 at 5:21
@LoïcFaure-Lacroix I installed RealVNC viewer from AUR in ARM arch linux
– rodrunner
Nov 7 at 5:21
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1194583%2ftigervnc-viewer-no-matching-security-types%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
(Almost?) everything about VNC encryption and authentication is proprietary. Interoperability is very limited. I suggest you just use TigerVNC everywhere.
– Daniel B
Apr 1 '17 at 15:51
2
The latest Rasbpian distro (with pixel) has RealVNC by default and I would like to keep it. I've installed RealVNC viewer from AUR in my chromebook
– rodrunner
Apr 2 '17 at 12:52
duplicate of unix.stackexchange.com/questions/77885/…?
– Wolfgang Fahl
Apr 6 '17 at 6:59
@rodrunner did you find any solution yet? I'm facing the same issue.
– Loïc Faure-Lacroix
Nov 6 at 4:10
@LoïcFaure-Lacroix I installed RealVNC viewer from AUR in ARM arch linux
– rodrunner
Nov 7 at 5:21