Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Cannot "juju ssh" to machines created in a matrix test #59
Comments
petevg
referenced this issue
Dec 22, 2016
Closed
Feature Request: Include capability to collect debug logs #17
|
This seems like an issue with libjuju / the API rather than with Matrix. Can we duplicate this using just libjuju? |
johnsca
referenced this issue
in juju/python-libjuju
Jan 5, 2017
Open
Cannot ssh into units in model created by libjuju #42
|
Closing this in favor of juju/python-libjuju#42 |
johnsca
closed this
Jan 5, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
petevg commentedDec 22, 2016
To reproduce:
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).