Capistrano Hangs on OSX

I don’t see any seperate Capistrano list so here goes.

Whenever I try to deploy my application to the remote server cap just
hangs at some random point. This did work at some point in the past and
I was able to deploy up until a few months ago.

I’ve tried the suggesions in
Buckblog: SwitchTower on OSX but none of
them seem to work.

When I enable << ssh_options[:verbose] = :debug >> I get the following
spew for upwards of 20 minutes.

[DEBUG] Mon Jan 22 13:33:40 -0800 2007 – transport.session: sending
message >>“\002\000\000\000\004ping”<<
[DEBUG] Mon Jan 22 13:33:41 -0800 2007 – transport.session: sending
message >>“\002\000\000\000\004ping”<<
[DEBUG] Mon Jan 22 13:33:42 -0800 2007 – transport.session: sending
message >>“\002\000\000\000\004ping”<<
[DEBUG] Mon Jan 22 13:33:43 -0800 2007 – transport.session: sending
message >>“\002\000\000\000\004ping”<<
[DEBUG] Mon Jan 22 13:33:44 -0800 2007 – transport.session: sending
message >>“\002\000\000\000\004ping”<<
[DEBUG] Mon Jan 22 13:33:45 -0800 2007 – transport.session: sending
message >>“\002\000\000\000\004ping”<<

Any thoughts?