Re: Creating an instance with ssh key pair

2013-09-12 Thread Travis Graham
Will this only pull down one key pair or can it pull down many? We have a need to pull in our keys as well as all of our customers keys. If the script can only pull down one, we can make it work, but would be nice to pull down all keys from the project an instance is associated with. Travis On

RE: Creating an instance with ssh key pair

2013-09-12 Thread Sangeetha Hariharan
To deploy Vm using ssh key pairs you will need to use a template that has SSH Key Gen Scripts in it. Only then you will be able to ssh into the instance using ssh key. -Thanks Sangeetha -Original Message- From: Gaurav Aradhye [mailto:gaurav.arad...@clogeny.com] Sent: Thursday, Septe

RE: Creating an instance with ssh key pair

2013-09-13 Thread Sanjeev Neelarapu
Hi Gaurav, SSH to vm using keyPairFileLocation is template dependent .ie. template must have the script as mentioned in the doc. Thanks, Sanjeev -Original Message- From: Gaurav Aradhye [mailto:gaurav.arad...@clogeny.com] Sent: Thursday, September 12, 2013 5:30 PM To: dev@cloudstack.apa

Re: Creating an instance with ssh key pair

2013-09-13 Thread Gaurav Aradhye
Thanks Sangeetha. That was helpful. Regards, Gaurav On Thu, Sep 12, 2013 at 9:25 PM, Sangeetha Hariharan < sangeetha.hariha...@citrix.com> wrote: > To deploy Vm using ssh key pairs you will need to use a template that has > SSH Key Gen Scripts in it. > Only then you will be able to ssh into t

Re: Creating an instance with ssh key pair

2013-09-13 Thread Harikrishna Patnala
SSH script pulls only the ssh public key that is associated with the vm instance. There is an API to reset the SSH key pair associated to the VM. This is will associate new ssh key pair to the vm and on reboot of vm this ssh script gets the new ssh public key into the VM. If you can modify the s