Comment 5 for bug 819019

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Its not related to bug 813112 , no. That was just the fact that the tests required a user to have an ssh key and therefore weren't runnable in isolation.

In this case, you need the both the public and private key file in ~/.ssh. Juju does not check to make sure you actually have the private part, it just copies the public part into the environment.

Getting back to the original bug, this is definitely a deficiency in this document:

https://juju.ubuntu.com/docs/user-tutorial.html

We will need to add a note about setting up SSH keys.