Re: Juju maas node ssh permission denied

2017-05-19 Thread fengxia
Thank you Rick. You pointed me to the right direction. Whichever node that was created via Juju will have the SSH credential from Juju's machine, not Maas'. One can use the plain $ ssh ubuntu@node-ip to access. Btw, there is no need to remove the SSH key in MAAS, which is still useful when

Re: Juju maas node ssh permission denied

2017-05-19 Thread Rick Harding
Hi Feng, what method were you using to ssh to the Juju node? When you bootstrap with juju it will grab local ssh keys to setup for the ubuntu user on the juju managed nodes. For example, I temporarily removed my ssh key from my MAAS user profile and bootstrapped from my laptop a new controller

Juju maas node ssh permission denied

2017-05-19 Thread fengxia
Hi Juju, I ran into an issue which I couldn't figure out. I setup a MAAS controller, can manually provision node directly using MAAS and was able to ssh to it, so I suppose MAAS is all working well. Then if I use $ juju deploy to start a node, I could not ssh to this node. What is the right