Sushi Capistrano SSH recipe that starts SSH connection to a remote server. Installation gem install sushi Configuration Add the following line to config/deploy.rb: require 'sushi/ssh' Usage cap ssh # or in case when multistage support used: cap staging ssh cap production ssh