<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 19: Allow for adding user/pass via vrde external (VBoxAuthSimple )</title><link href="https://sourceforge.net/p/phpvirtualbox/feature-requests/19/" rel="alternate"/><link href="https://sourceforge.net/p/phpvirtualbox/feature-requests/19/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpvirtualbox/feature-requests/19/</id><updated>2015-12-08T14:55:35.633000Z</updated><subtitle>Recent changes to 19: Allow for adding user/pass via vrde external (VBoxAuthSimple )</subtitle><entry><title>#19 Allow for adding user/pass via vrde external (VBoxAuthSimple )</title><link href="https://sourceforge.net/p/phpvirtualbox/feature-requests/19/?limit=25#b10d" rel="alternate"/><published>2015-12-08T14:55:35.633000Z</published><updated>2015-12-08T14:55:35.633000Z</updated><author><name>Denis Kozlov</name><uri>https://sourceforge.net/u/dezlov/</uri></author><id>https://sourceforge.net74576f31dd2fe11ca1c032574344e2ea6f365749</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;For the reference:&lt;/p&gt;
&lt;p&gt;Chapter 7. Remote virtual machines. 7.1.5. RDP authentication&lt;br/&gt;
&lt;a href="https://www.virtualbox.org/manual/ch07.html#vbox-auth" rel="nofollow"&gt;https://www.virtualbox.org/manual/ch07.html#vbox-auth&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Enable VBoxAuthSimple with the following command:&lt;br/&gt;
&lt;code&gt;$ VBoxManage setproperty vrdeauthlibrary "VBoxAuthSimple"&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To enable the library for a particular VM, you must then switch authentication to external:&lt;br/&gt;
&lt;code&gt;$ VBoxManage modifyvm "&amp;lt;vm&amp;gt;" --vrdeauthtype external&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Obtain the hash value for your desired password:&lt;br/&gt;
&lt;code&gt;$ VBoxManage internalcommands passwordhash "&amp;lt;password&amp;gt;"&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure users and passwords (hashes) by writing items into the machine's extradata:&lt;br/&gt;
&lt;code&gt;$ VBoxManage setextradata "&amp;lt;vm&amp;gt;" "VBoxAuthSimple/users/&amp;lt;user&amp;gt;" &amp;lt;hash&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Replace &lt;code&gt;&amp;lt;vm&amp;gt;&lt;/code&gt; with the VM name or UUID, &lt;code&gt;&amp;lt;user&amp;gt;&lt;/code&gt; with the user name who should be allowed to log in, &lt;code&gt;&amp;lt;password&amp;gt;&lt;/code&gt; with your desired password and &lt;code&gt;&amp;lt;hash&amp;gt;&lt;/code&gt; with the encrypted password.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Allow for adding user/pass via vrde external (VBoxAuthSimple )</title><link href="https://sourceforge.net/p/phpvirtualbox/feature-requests/19/" rel="alternate"/><published>2014-05-06T17:04:17.107000Z</published><updated>2014-05-06T17:04:17.107000Z</updated><author><name>crash0veride</name><uri>https://sourceforge.net/u/crash0veride007/</uri></author><id>https://sourceforge.netdbf807c5c39d0d96a97e5e5f685e4cc34d0d5375</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;External VRDP authentication allows for entering a username and password(stored hashed in vm extradata) via VBoxAuthSimple for a VM (VBox user manual CH7 - 7.1.5. RDP authentication). It would be handy to be able to configure this and enter a user/pass via the Web UI to secure a vrde head of a VM if so desired.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>