fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Running a fabric script over a SOCKS proxy?


From: Morgan Goose
Subject: Re: [Fab-user] Running a fabric script over a SOCKS proxy?
Date: Tue, 10 May 2011 09:14:02 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

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,
> 
> James
> 
> -- 
> James Turnbull - New Media Director
> address@hidden
> 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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/fab-user
---end quoted text---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]