can't remote desktop into windows machines created by juju
Bug #1614230 reported by
Nate Finch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju |
Triaged
|
High
|
Unassigned |
Bug Description
I have tested this on Azure, not sure if it's true for maas with Windows images.
If I create a Windows machine in Azure manually, I can RDP into it. If I try to RDP into a Windows machine Juju has created in Azure, I can't. This is a critical problem, since there's no other way to get into the machine - there's no SSH, for example.
This really needs to get fixed ASAP, or it renders Windows all but unusable if you ever need to connect to it to debug.
Changed in juju-core: | |
status: | New → Invalid |
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 2.0.0 |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0.0 → none |
milestone: | none → 2.0.0 |
Changed in juju: | |
milestone: | 2.0.0 → 2.1.0 |
To post a comment you must log in.
It does work on Azure, I've done it before. There's a couple of things you need to do:
- enable port 3389
- set a password (the one that's set initially is random, and not recorded anywhere; you can use `juju run --machine N "net user JujuAdministrator <password>"`)