Cannot "juju ssh" to machines created in a matrix test #59

Closed
petevg opened this Issue Dec 22, 2016 · 2 comments

Comments

Projects
None yet
2 participants
Collaborator

petevg commented Dec 22, 2016

To reproduce:

  1. Run a matrix test.
  2. As the test is running, "juju switch" to the model that the test created.
  3. Try to "juju ssh" to one of the machines.

Note that you get a "permission denied (publickey)" error.

Either the path to the public key is not getting set in the terminal env (unlikely, because "juju ssh" to a model that I created works), or we're not copying the juju public key onto the machines that we create in a matrix test (weird, but it is possible that the websocket api is missing the command that creates those keys).

Owner

johnsca commented Jan 4, 2017

This seems like an issue with libjuju / the API rather than with Matrix. Can we duplicate this using just libjuju?

@johnsca johnsca referenced this issue in juju/python-libjuju Jan 5, 2017

Open

Cannot ssh into units in model created by libjuju #42

Owner

johnsca commented Jan 5, 2017

Closing this in favor of juju/python-libjuju#42

@johnsca johnsca closed this Jan 5, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment