On Thu, 22 Mar 2007, theRemix .. wrote:
>
> I've had this problem for over 2 weeks:
>
> i'm following a tutorial on how to use capistrano on dreamhost servers
> here
> http://wiki.dreamhost.com/index.php/Capistrano
>
> it's not very well writ, so i'm assuming i do all these commands from my
> local (win32) machine.
>
>
> since i'm new, i don't want to risk losing my applications. so i'm
> starting out with a stock mephisto install.
>
> i set all my configs, here they are
>
>
> deploy.rb (entirety)
> #########################
> set :application, "jukkakke"
> set :repository, "http://svn.jukkakke.com/trunk"
> role :web, "jukkakke.com"
> role :app, "jukkakke.com"
> role :db, "jkkdb.jukkakke.com", :primary => true
> set :deploy_to, "/home/jukkakke/jukkakke.com"
> set :use_sudo, false
> set :checkout, "export"
>
> set :user, 'jukkakke'
> ssh_options[:port] = 22
> ssh_options[:verbose] = :debug
> ssh_options[:username] = 'jukkakke'
>
> [DEBUG] Thu Mar 15 13:00:48 -1000 2007 -- userauth.driver: all
> authorization met
> hods failed
> d:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.10/lib/net/ssh/session.rb:132:in
> `ini
What happens if you simply try to ssh from your windows box to that host
using that login?
Does that work?
Does ssh version 2 or version 1 work?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---