Haven't tried this... looking: config.ssh.username sets the username. The default is 'vagrant'. You of course may change it.
See line 65: https://github.com/mitchellh/vagrant/blob/master/plugins/commands/rdp/command.rb If you used WinRM it will use that username for RDP instead. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi [email protected] | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On Fri, Jun 6, 2014 at 5:18 PM, Michael Legleux <[email protected]> wrote: > The username being supplied to rdp via vagrant is "vagrant". > This gets rejected by the box as the remote desktop connection is looking > for the username to be: "domain/username". > > How do I tell vagrant to not just user "vagrant", but to use > "domain/vagrant"? > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
