mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
235 stars 155 forks source link

Allow for arbitrary number of public keys #78

Closed elight closed 10 years ago

elight commented 10 years ago

The current implementation allows for a single public key. For the purposes of remote pairing, it would be helpful to allow for an arbitrary number of public keys.

maxlinc commented 10 years ago

Agreed!

Related: https://github.com/mitchellh/vagrant-rackspace/pull/58 added support for multiple private keys, but not public keys. https://github.com/mitchellh/vagrant-rackspace/pull/53 added support for keypairs as an alternative to public_key_path. So ideally an arbitrary number of keypairs would also be allowed.

elight commented 10 years ago

Wait... This is already there just not documented??

On Mon, Mar 17, 2014 at 1:23 PM, Max Lincoln notifications@github.com wrote:

Agreed! Related: https://github.com/mitchellh/vagrant-rackspace/pull/58 added support for multiple private keys, but not public keys.

https://github.com/mitchellh/vagrant-rackspace/pull/53 added support for keypairs as an alternative to public_key_path. So ideally an arbitrary number of keypairs would also be allowed.

Reply to this email directly or view it on GitHub: https://github.com/mitchellh/vagrant-rackspace/issues/78#issuecomment-37843896

elight commented 10 years ago

Oh derp. Private keys not public.