On Oct 5, 2013, at 3:41 PM, Ian Duffy <i...@ianduffy.ie> wrote: > Hi, > > With the development of gClouds, a google compute interface for > cloudstack I have found the need to get access to the ssh public keys > that Cloudstack generates as part of a keypair. > > The publickeys are currently not exposed in any way. As a result of > this I'm implementing a hacky workaround to segment ssh public keys > across tags on an instance which is far from ideal. > > Does anybody have any objections towards modifying listSSHKeyPairs to > return the public key along with the fingerprint and key name? > > Thanks, > Ian.
that's a +1 from me since it is returned during the createSSHKeyPair call. There might be a security reason for not returning the public key on a list call, but I don't see it. -sebastien