--
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+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/d77eb750-0e53-4e13-9fce-1efd99b6d53c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Sorry Doug, I really wish I could be more help!
Sent from my Nexus 4.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/a607d8fc-4767-46a6-bf48-5c931ee425f9%40googlegroups.com.
I tried a different approach and got Capistrano working under Cygwin, so their handling of OpenSSH and Net::SSH must be different than the (several) native Windows applications that I tried. Now I can finally start learning Capistrano itself.
C:\Sites\blog_app>cap production deploy:setup_config DL is deprecated, please use Fiddle DEBUG [6c7f43b1] Running /usr/bin/env [ ! -d /usr/local/rbenv/versions/2.0.0-p24 7 ] on dnsname.cloudapp.net DEBUG [6c7f43b1] Command: [ ! -d /usr/local/rbenv/versions/2.0.0-p247 ] cap aborted! Authentication failed for user user@dnsname.cloudapp.net
set :ssh_options, { keys: ["#{ENV['USERPROFILE']}/.ssh/id_rsa.pub"] }