1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="otherextpacks">
|
---|
4 | <title>Other Extension Packs</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>Another extension pack called VNC is available. This extension pack is open source and replaces the previous integration of the VNC remote access protocol. This is available in the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> source code package but it is code contributed by users, and is not supported in any way by Oracle.</p>
|
---|
8 | <p>The keyboard handling is severely limited, and only the US keyboard layout works. Other keyboard layouts will have at least some keys which produce the wrong results, often with quite surprising effects, and for layouts which have significant differences to the US keyboard layout it is most likely unusable.</p>
|
---|
9 | <p>It is possible to install both the <ph conkeyref="vbox-conkeyref-phrases/vbox-ext"/> and VNC, but only one VRDE module can be active at any time. The following command switches to the VNC VRDE module in VNC:</p>
|
---|
10 | <pre xml:space="preserve">VBoxManage setproperty vrdeextpack VNC</pre>
|
---|
11 | <p>Configuring the remote access works very similarly to VRDP, see <xref href="vrde.dita#vrde"/>, with some limitations. VNC does not support specifying several port numbers, and the authentication is done differently. VNC can only deal with password authentication, and there is no option to use password hashes. This leaves no other choice than having a clear-text password in the VM configuration, which can be set with the following command:</p>
|
---|
12 | <pre xml:space="preserve">VBoxManage modifyvm <varname>VM-name</varname> --vrde-property VNCPassword=secret</pre>
|
---|
13 | <p>The user is responsible for keeping this password secret, and it should be removed when a VM configuration is passed to another person, for whatever purpose. Some VNC servers claim to have encrypted passwords in the configuration. This is not true encryption, it is only concealing the passwords, which is only as secure as using clear-text passwords.</p>
|
---|
14 | <p>The following command switches back to VRDP, if installed:</p>
|
---|
15 | <pre xml:space="preserve">VBoxManage setproperty vrdeextpack "<ph conkeyref="vbox-conkeyref-phrases/vbox-ext"/>"</pre>
|
---|
16 | </body>
|
---|
17 |
|
---|
18 | </topic>
|
---|