hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.

Home Page:https://www.vagrantup.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant rdp not attempting to authenticate against vagrant box

luciusbono opened this issue · comments

I think I understand what the problem is here, but here's what the behavior is. Windows 10 host, Windows 10 vagrant box. vagrant rdp yields the following message box, which is expected:

capture

But the password (vagrant in this case) does not work. On a hunch, I clicked Use Other Accounts and tried login in with the user .\vagrant, which autoresolves to [hostname]\vagrant and suddenly it works.

Saving these credentials does nothing, the prompt returns at next vagrant rdp. I confirmed that there is an entry in cmdkey that seems like it should work:

Target: Domain:target=TERMSRV/127.0.0.1
Type: Domain Password
User: DESKTOP-ECDULQG\vagrant
Local machine persistence

But if vagrant rdp isn't passing the hostname of the vagrant box along I could see how this wouldn't be picked up.

Am I doing something wrong here?

Hi @luciusbono

Could you please share the box you are using? This might be a bug with the box itself.

Hi there,

Thanks for reporting this bug. I'm sure this was a real issue when originally reported (our fault for not looking sooner!) but there have been multiple Vagrant releases since the original report. I'm going to close this issue now and request you reopen the issue if you're still experiencing this problem. I'm sorry this wasn't looked at earlier ☹️

Cheers!

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.