Re: [Fab-user] Trouble using fabric with EC2

2010-06-10 Thread Matt Calder
error to me. Another thing to try is to upgrade Paramiko to 1.7.6 if you're using the bundled 1.7.4. I will try that. Thanks for taking the time to help! Matt -Jeff On Thu, Jun 10, 2010 at 5:38 PM, Matt Calder mvcal...@gmail.com wrote: Bruno, No it is in a good group. I can log in using

Re: [Fab-user] Trouble using fabric with EC2

2010-06-10 Thread Matt Calder
PM, Bruno Clermont bruno.clerm...@gmail.com wrote: Is your instance in a security group that allow your IP and the port your trying to connect to? If it timeout, it's probably blocked by Amazon firewalls. On Thu, Jun 10, 2010 at 15:07, Matt Calder mvcal...@gmail.com wrote: Hi, I am having

Re: [Fab-user] Trouble using fabric with EC2

2010-06-14 Thread Matt Calder
:57 PM, Patrick J McNerthney pmcnerth...@clearpointmetrics.com wrote: Try using the --disable-known-hosts command line option to see if it has something to do with a prior use of the same ip address. On 06/10/2010 01:19 PM, Matt Calder wrote: Jeff, On Thu, Jun 10, 2010 at 6:54 PM, Jeff

Re: [Fab-user] Trouble using fabric with EC2

2010-06-14 Thread Matt Calder
, Try eliminating the use of DNS, ie. ec2-174-129-96-241.compute-1.amazonaws.com, and instead connect directly to the IP address, ie. 174.129.96.241, to see if that has something to do with it. Pat On 06/14/2010 11:16 AM, Matt Calder wrote: All, After much debugging I finally found