Can I connect to wayvnc without any password? #3457
Replies: 4 comments 2 replies
-
A security level of zero means the connection has failed already. Have a look at the description of security-type under version 3.3 of the protocol at this link:- I'm guessing, as this is really early on in the hanshshake, but I suspect that wayvnc doesn't like the version of 3.3. I've had a poke about in the sources. wayvnc depends on the neatvnc library. This looks like it only supports version 3.8 of the protocol:- https://github.com/any1/neatvnc/blob/5d65595fc71f2dad6368d81003b5e7003a80c0c5/src/server.c#L332-L333 and:- We've got a PR to support more recent versions of RFB at #2549, but the OP went quiet on me. Since this looks like it might be very useful, I'll investigate picking up the good work done there, and see if we can get something implemented. What version of xrdp are you running? |
Beta Was this translation helpful? Give feedback.
-
Indeed:-
|
Beta Was this translation helpful? Give feedback.
-
Please re-read what I wrote above. I believe that answers your questions. |
Beta Was this translation helpful? Give feedback.
-
See #3460. The lack of support for RFB version 3.8 was the only think preventing this from working. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I connect to wayvnc without any password? If so what config should I use? Always I see:
Mar 13 22:14:06 pi-0-2w-ros xrdp[3212]: [INFO ] VNC tcp connected
Mar 13 22:14:06 pi-0-2w-ros xrdp[3212]: [INFO ] VNC security level is 0 (1 = none, 2 = standard)
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions