I had the same basic issue with a host that uses 7822 for ssh; fixed 
with info from middle of this  page:
http://wiki.rubyonrails.org/rails/pages/Capistrano

Seems easier to just re-create the custom protocol in deploy.rb, thus

set :repository, svn+ssh://[EMAIL PROTECTED]/path/to/repos"
ssh_options[:port] = 7822
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to