[Baypiggies] Newbie: Deployment tools?

Simeon Franklin simeonf at gmail.com
Thu Jan 14 08:57:08 CET 2010


On Wed, Jan 13, 2010 at 2:11 PM, Kimball <kbighorse at gmail.com> wrote:

> Thank you for the kind tips.  I did end up hitting a problem using public
> key authentication to my remote host, specifically a Paramiko SSHException,
> and couldn't find any help online.  Nothing tricky or fancy, just a
> public/private key pair from keygen.  If you care to comment, I'd be
> grateful, but I'll just hold off for now otherwise.
>
> <http://stackoverflow.com/questions/2045880/invalid-key-error-from-paramiko>
>
>
You could post a traceback on stackoverflow and maybe fill in the details of
your OS, python version, etc.

I hadn't been using passwordless ssh but I set it up on my ubuntu box and it
worked with the older version of Fabric I was using. I also made a
virtualenv with no site-packages and pip installed fabric 0.9 to make sure I
was using the latest and greatest and this also worked fine. I'm using
Ubuntu with Python 2.5 if that helps...

-regards
Simeon Franklin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20100113/b1e5ce0a/attachment-0001.htm>


More information about the Baypiggies mailing list