Seriously I should know how to use a mail client by now. Tsk. Thanks Morgan!
On 10 May 2011 14:23, Morgan Goose <[email protected]> wrote: > Forwarding to the list > > > ---------- Forwarded message ---------- > From: Daniel Hilton <[email protected]> > To: Morgan Goose <[email protected]> > Date: Tue, 10 May 2011 14:19:40 +0100 > Subject: Re: [Fab-user] Running a fabric script over a SOCKS proxy? > On 10 May 2011 14:14, Morgan Goose <[email protected]> wrote: >> You're most likely going to have to shell out to local. I can't see paramiko >> supporting that if it doesn't support agent forwarding, or tunnels. >> >> goose >> >> On Tue, May 10, 2011 at 11:18:39AM +0100, James Turnbull wrote: >>> I have a SOCKS proxy setup to a gateway server which is created by setting >>> up a host definition in myssh_config to use DynamicForward localhost:9876. >>> To connect with SSH to the remote server I've setup another host definition >>> to use ProxyCommand /usr/bin/nc -x localhost:9876 %h %pwhich is all working >>> fine. >>> >>> However my fabric script needs to connect to that remote server. How can I >>> tell it to use the SOCKS proxy when it connects? >>> >>> Thanks, > > I think you'd have to use something like paraproxy to be able to do > that but you'll have to work that into your Fabric instance somehow. > That supports SSH(2) proxying support. > > http://pypi.python.org/pypi/paraproxy > > HTH > > Cheers, > Dan > >>> >>> James >>> >>> -- >>> James Turnbull - New Media Director >>> [email protected] >>> http://twitter.com/jturnbull >>> Tel: 01865 791494, Mobile: 07780 676446 >>> Incuna Ltd, Free Think House, 16 Middle Way, Oxford, OX2 7LH >>> >>> >>> >>> _______________________________________________ >>> Fab-user mailing list >>> [email protected] >>> https://lists.nongnu.org/mailman/listinfo/fab-user >> ---end quoted text--- >> >> _______________________________________________ >> Fab-user mailing list >> [email protected] >> https://lists.nongnu.org/mailman/listinfo/fab-user >> > > > > -- > Dan Hilton > ============================ > www.twitter.com/danhilton > www.DanHilton.co.uk > ============================ > > _______________________________________________ > Fab-user mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/fab-user > > -- Dan Hilton ============================ www.twitter.com/danhilton www.DanHilton.co.uk ============================ _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
