Feature #13450
closedSupport bhyve passwords for VNC
100%
Description
The code is all there and ready (and enabled in SmartOS and OmniOS) but not in gate.
Updated by Andy Fiddaman over 2 years ago
This change is already present in SmartOS and OmniOS.
Additionally, Jorge Schrauwen kindly applied the patch on top of SmartOS and re-tested, to double check there was no impact, and confirmed that it worked as expected.
Updated by Andy Fiddaman over 2 years ago
I have ONUd to this patch and set up an OmniOS bhyve zone with and without a password set on the VNC server.
That is, once with -s 30:0,fbuf,vga=off,unix=/tmp/vm.vnc
and once with -s 30:0,fbuf,vga=off,unix=/tmp/vm.vnc,password=plod123
In the first case, I was able to connect to the VNC session without a password using Jolly's Fast VNC and the MacOS screen sharing client.
In the second, I was prompted for a password. An incorrect password was not accepted, the correct one was.
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 266244706342306580e11c81c21a1a5f3dbfc513
commit 266244706342306580e11c81c21a1a5f3dbfc513 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2021-01-17T00:32:28.000Z 13450 Support bhyve passwords for VNC Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Jorge Schrauwen <sjorge@blackdot.be> Approved by: Robert Mustacchi <rm@fingolfin.org>