packer: vagrant rdp with windows 10 box does not work
When running vagrant rdp
command, no thing happens at the moment.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (8 by maintainers)
When running vagrant rdp
command, no thing happens at the moment.
@jvalrog thanks for reporting this, though it does not seem to be exactly the same issue as above.
Can you try passing the parameter to ignore certificates to your client (
xfreerdp
I guess). Something like this could help? https://www.vagrantup.com/docs/cli/rdp.htmlI can try reproducing myself in the meantime.
I tried the suggestion from @gusztavvargadr and it worked. First I uninstalled
rdesktop
and installedxfreerdp
. Next, when I ran the commandvagrant rdp
, I faced the same issue as @jvalrog here (certificate not verified). When I ran the commandvagrant rdp -- /cert-ignore
as @gusztavvargadr mentioned earlier, it worked fine.@gusztavvargadr great to know, I’ll try it next. Thanks for an amazing work.
@gusztavvargadr that command worked!
Is it normal for the VM to take several minutes to go up? Apparently it setups things at the start.