[Fab-user] ForwardAgent support?

2010-08-12 Thread Miki Tebeka
Hello All,

Is there a plan to support ForwardAgent (ssh -A)?
I have several machines where we deploy from git, and I'd like the
developer credentials passed on do
the target machine.

All the best,
-- 
Miki m...@saucelabs.com

___
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user


Re: [Fab-user] ForwardAgent support?

2010-08-12 Thread Miki Tebeka
Since paramiko does not support it, is there a way to hook other SSH backends?

On Thu, Aug 12, 2010 at 5:58 PM, Jeff Forcier j...@bitprophet.org wrote:
 I wish it were in by default, but it's not. See:

    http://code.fabfile.org/issues/show/72

 Unless Robey suddenly decides to write it or add somebody else's patch
 (or unless it snuck into 1.7.6 when I wasn't looking) we're basically
 on the hook to write it ourselves. It's a high-ish priority for me,
 but behind other things which have higher impact and don't require as
 much potential low-level work.

 -Jeff

 On Thu, Aug 12, 2010 at 8:49 PM, sstei...@idc
 sstei...@integrateddevcorp.com wrote:

 On Aug 12, 2010, at 8:46 PM, Miki Tebeka wrote:

 Hello All,

 Is there a plan to support ForwardAgent (ssh -A)?
 I have several machines where we deploy from git, and I'd like the
 developer credentials passed on do
 the target machine.

 I remember someone asking this on IRC and I think I remember that the answer 
 was that Paramiko (which Fabric uses for its SSH transport) didn't support 
 it.

 Hopefully I'm wrong, 'cause I sure could use it too.

 S




 All the best,
 --
 Miki m...@saucelabs.com

 ___
 Fab-user mailing list
 Fab-user@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/fab-user

 Stephen F. Steiner
 Integrated Development Corporation
 sstei...@integrateddevcorp.com
 www.integrateddevcorp.com
 (603)433-1232





 ___
 Fab-user mailing list
 Fab-user@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/fab-user




 --
 Jeff Forcier
 Unix sysadmin; Python/Ruby developer
 http://bitprophet.org




-- 
Miki m...@saucelabs.com

___
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user


Re: [Fab-user] ForwardAgent support?

2010-08-12 Thread Jeff Forcier
There are no other SSH backends for Python with as much/better feature
support as Paramiko has, unfortunately, or we'd be using one. We're
also pretty tightly wedded to Paramiko's API at this point in time,
though I did investigate some alternatives when I took over the
project (some listed in http://code.fabfile.org/issues/show/20).

-Jeff

On Thu, Aug 12, 2010 at 9:12 PM, Miki Tebeka m...@saucelabs.com wrote:
 Since paramiko does not support it, is there a way to hook other SSH backends?

 On Thu, Aug 12, 2010 at 5:58 PM, Jeff Forcier j...@bitprophet.org wrote:
 I wish it were in by default, but it's not. See:

    http://code.fabfile.org/issues/show/72

 Unless Robey suddenly decides to write it or add somebody else's patch
 (or unless it snuck into 1.7.6 when I wasn't looking) we're basically
 on the hook to write it ourselves. It's a high-ish priority for me,
 but behind other things which have higher impact and don't require as
 much potential low-level work.

 -Jeff

 On Thu, Aug 12, 2010 at 8:49 PM, sstei...@idc
 sstei...@integrateddevcorp.com wrote:

 On Aug 12, 2010, at 8:46 PM, Miki Tebeka wrote:

 Hello All,

 Is there a plan to support ForwardAgent (ssh -A)?
 I have several machines where we deploy from git, and I'd like the
 developer credentials passed on do
 the target machine.

 I remember someone asking this on IRC and I think I remember that the 
 answer was that Paramiko (which Fabric uses for its SSH transport) didn't 
 support it.

 Hopefully I'm wrong, 'cause I sure could use it too.

 S




 All the best,
 --
 Miki m...@saucelabs.com

 ___
 Fab-user mailing list
 Fab-user@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/fab-user

 Stephen F. Steiner
 Integrated Development Corporation
 sstei...@integrateddevcorp.com
 www.integrateddevcorp.com
 (603)433-1232





 ___
 Fab-user mailing list
 Fab-user@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/fab-user




 --
 Jeff Forcier
 Unix sysadmin; Python/Ruby developer
 http://bitprophet.org




 --
 Miki m...@saucelabs.com




-- 
Jeff Forcier
Unix sysadmin; Python/Ruby developer
http://bitprophet.org

___
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user