Hi everybody, I'm using a Capistrano git based deployment (http://ariejan.net/2011/09/14/lighting-fast-zero-downtime-deployments-with-git-capistrano-nginx-and-unicorn/), but my git repo is behind a firewall (due to corporate restriction). So I created an entry in my .ssh/config with the Host and a RemoteForward config pointing to the git Host. (And necessary adaptation to the remote .ssh/config and my capistrano recipe). If I connect manually using ssh to this host, the remote forward works and I have access to my git repo and the port shows up in netstat -nl. However capistrano is telling me that the port 5555 (used by the remote forward) is not open. If I do a netstat -nl using cap shell, the port doesn't show up in the list.
Do you have any idea why Capistrano would be ignoring this conifiguration? And only this one, because the ssh alias is not an HostName and it embed also various other informations (such as user) so if the .ssh/config file was ignored althogether, I would end up with a different behavior. Thanks for your help and time. Mathieu. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
