Thanks for the response. Can SSHkit be installed (I'm not the sysadmin) 
without breaking the existing Cap v2 installation? We have a lot of stuff 
depending on the latter.

Steve

On Monday, June 1, 2015 at 5:16:48 PM UTC-4, Lee Hambley wrote:
>
> I'd drop Capistrano and use SSHKit, the underlying driver in Capistrano v3 
> (your example is v2) - see 
> https://github.com/capistrano/sshkit/blob/master/EXAMPLES.md#upload-a-file-from-disk
>  
> and 
> https://github.com/capistrano/sshkit/blob/master/EXAMPLES.md#using-with-rake
>
> Combine those two to recreate what you have above, and mix in some 
> https://github.com/capistrano/sshkit#tunneling-and-other-related-ssh-themes 
> to make sure that you can reach the hosts as you need to, and I think 
> you'll be fine. 
>
> SSH is probably hanging because your process is hanging onto some 
> resources, that can often be solved by tunneling and/or remotely starting 
> thigns with `ssh me@thehost 'thecommand'`, for example. Hard to say without 
> more info.
>
> But, I'd absolutely avoid using Cap v2 if you're starting out, it's more 
> than two years since EOL, but very widely documented/blogged about in the 
> net.
>
> Lee Hambley
> http://lee.hambley.name/
> +49 (0) 170 298 5667
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/5f783b69-4e0e-4d20-8c05-ea09cd5f56f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to