fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Fabric over reverse tunnel


From: Rick Morrison
Subject: [Fab-user] Fabric over reverse tunnel
Date: Wed, 9 Mar 2011 14:07:16 -0500

Hi All,

Relative fabric newbie here. I'm trying to deploy to a machine behind a firewall, and run fab over a reverse SSH tunnel:

   On remote:    ssh -nNR  14000:localhost:22  <source-user>@<source-host>

   On local:       fab -p 14000 deploy_app -H localhost -u <remove-user> -p <remote-pwd>

But fab keeps repeating a prompt for the remote password. I can connect over that same tunnel using ssh with no problems.

..am I missing something?

Thanks,
Rick


reply via email to

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