when I try doing a juju ssh into one of the machines, it returns an error
2012-12-06 14:16:16,695 INFO Connecting to environment...
2012-12-06 14:16:25,671 INFO Connected to environment.
2012-12-06 14:16:26,994 INFO Connecting to unit sqldb/0 at ec2-54-251-4-139.ap-southeast-1.compute.amazonaws.com
Permission denied (publickey).
I can still ssh into nodes I created a while back (2 months ago). I'm not sure what's happening. It seems juju is not copying over my public key to the new nodes I'm adding for some reason. Is it some sort of configuration issue?
id_rsa.pubfor the public key it copies. Do you still have a copy of this on your machine for your user in.ssh? – Marco Ceppi♦ Dec 6 '12 at 12:13