External VRDE Authentication

Discussions related to using VirtualBox on Linux hosts.
Post Reply
codyswanson4
Posts: 2
Joined: 29. Jun 2016, 03:23

External VRDE Authentication

Post by codyswanson4 »

Hello, everybody!

I am running Virtualbox (using VBoxManage) on a new Ubuntu Server (16.04) instance and I got a VM all set up and running, but I am very confused about authentication using my host system's PAM. I have run the following command

Code: Select all

vboxmanage modifyvm Kali --vrde on --vrdeaddress 192.168.1.10 --vrdeport 6000 --vrdeauthtype external
and I can connect using VNC, but I cannot authenticate. Does anybody have any experience with this topic?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: External VRDE Authentication

Post by Perryg »

Martin
Volunteer
Posts: 2562
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: External VRDE Authentication

Post by Martin »

You want to use VRDE authentication for VNC?
codyswanson4
Posts: 2
Joined: 29. Jun 2016, 03:23

Re: External VRDE Authentication

Post by codyswanson4 »

Martin wrote:You want to use VRDE authentication for VNC?
I believe so. The virtualbox manual has left me pretty confused, though, so please tell me if I'm incorrectly trying to use something.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: External VRDE Authentication

Post by Perryg »

I would say to post the guests log file ( as an attachment ) to settle any confusion, but I assume if you are using VNC you are running the Ubuntu fork which is not supported here. I can tell you that vRDE will work if properly configured, but VNC never will ( with any real authentication ) since that is not vRDE which the official build uses.

http://www.virtualbox.org/manual/ch09.h ... erextpacks
Post Reply