Re: [Fab-user] Trouble authenticating with ssh key

2009-05-24 Thread Jeff Forcier
Hi all, Just spent some time poking around and figured this out; just pushed a fix. You'll now see a prompt asking for your SSH key passphrase instead of seeing the regular password prompt. Long story short, this was due to oddball behavior on Paramiko's end, end result being that we don't have

Re: [Fab-user] Trouble authenticating with ssh key

2009-05-24 Thread Erik Wickstrom
Hi Jeff, It's working for me now!! Thanks for your help! Erik On Sun, May 24, 2009 at 11:09 AM, Jeff Forcier j...@bitprophet.org wrote: Hi all, Just spent some time poking around and figured this out; just pushed a fix. You'll now see a prompt asking for your SSH key passphrase instead

Re: [Fab-user] Error with arguments for local

2009-05-24 Thread Nicolas Steinmetz
2009/5/24 Jeff Forcier j...@bitprophet.org Hey Nicolas, I'm guessing you may be defining your own function called 'local' somewhere in your fabfile (or otherwise importing something with the same name into your fabfile.) Can you check on that for me? Can't think of any other possible reason

[Fab-user] ANN: Fabric alpha 3 released

2009-05-24 Thread Jeff Forcier
Hi all, Just tagged Fabric alpha 3, which contains a ton of changes over alpha 2 [1]. I think the biggest visible feature is the addition of output controls: you can now hide/show various levels of Fabric's output in a granular fashion (plus some useful aggregate aliases). However, this