On Fri, Apr 9, 2010 at 9:13 AM, <[email protected]> wrote: > Thanks Jerry. [2] references using ssh keys, but unless I'm mistaken, > new Rackspace nodes don't have any non-password ssh access or a known > key (at least Fedora 11 doesn't - maybe the other flavors do?).
When creating servers I do (to paraphrase):
driver.create_node(..., files={'/root/.ssh/authorized_keys':
open(os.path.expanduser('~/.ssh/id_rsa.pub')).read()})
--
Ian Bicking | http://blog.ianbicking.org
