Skip to content

Commit

Permalink
OS-8108 Support vnc password for BHYVE (#900)
Browse files Browse the repository at this point in the history
Reviewed by: Mike Zeller <mike.zeller@joyent.com>
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Mike Zeller <mike.zeller@joyent.com>
  • Loading branch information
jasonbking committed Feb 12, 2020
1 parent 76abfbe commit 959ea51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions src/vm/man/vmadm.1m.md
Expand Up @@ -2116,12 +2116,16 @@ tab-complete UUIDs rather than having to type them out for every command.

This property allows you to set a password which will be required when
connecting to the VNC port. IMPORTANT: this password will be visible
from the GZ of the CN and anyone with access to the serial port in the
guest. Set to an empty string (default) to not require a password at
this level.
from the GZ of the CN. For KVM anyone with access to the serial port in
the guest can also see the password. Set to an empty string (default) to
not require a password at this level.

Changing the password will require a reboot of the zone before the
change becomes active. Reboots from inside the guest will not make
the changed password active.

type: string (8 chars max)
vmtype: kvm
vmtype: HVM
listable: no
create: yes
update: yes
Expand Down
3 changes: 2 additions & 1 deletion src/vm/node_modules/proptable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 959ea51

Please sign in to comment.