Re: [Openstack] ssh from VM to VM

2013-03-17 Thread Blair Bethwaite
You probably also copied the private key when you did this, which from your description, is the bit you were missing. I.e., you were going from a hostA(with private key X) -> hostB (pub key X in authorized_keys, no copy of private key X) -> hostC (pub key X in authorized_keys), hostC was denying yo

Re: [Openstack] ssh from VM to VM

2013-03-16 Thread Chathura M. Sarathchandra Magurawalage
I solved the issue by copying the rsa public key of the first VM to the second VM. Thought I did not have to do this. Thanks. On 16 March 2013 12:34, Pranav wrote: > I think you need not exchange key pairs for Cirros image. > Regards, > Pranav > > > On Sat, Mar 16, 2013 at 4:32 PM, Chathura M.

Re: [Openstack] ssh from VM to VM

2013-03-16 Thread Pranav
I think you need not exchange key pairs for Cirros image. Regards, Pranav On Sat, Mar 16, 2013 at 4:32 PM, Chathura M. Sarathchandra Magurawalage < 77.chath...@gmail.com> wrote: > Thanks for your reply. > > I have inserted PasswordAuthentication yes to the ssh config file. All > VMs have the sam

Re: [Openstack] ssh from VM to VM

2013-03-16 Thread Chathura M. Sarathchandra Magurawalage
Thanks for your reply. I have inserted PasswordAuthentication yes to the ssh config file. All VMs have the same metadata including the ssh public key of the controller. So I cant see why only cirros vms can do this. Still does not work. On 16 March 2013 06:24, Aaron Rosen wrote: > I suspect

Re: [Openstack] ssh from VM to VM

2013-03-15 Thread Aaron Rosen
I suspect that that host 10.5.5.6 has ssh configured for PasswordAuthentication set to no and you don't have your public key of the host you are on, in the authorized_key file of 10.5.5.6. Aaron On Fri, Mar 15, 2013 at 7:26 PM, Chathura M. Sarathchandra Magurawalage < 77.chath...@gmail.com> wrote