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

2011-05-10 Thread James Turnbull
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

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

2011-05-10 Thread Morgan Goose
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

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

2011-05-10 Thread Daniel Hilton
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 morgan.go...@gmail.com 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