Skip to content

Capistrano v2.15.5 fails to authenticate with net-ssh 2.8.0 #927

@wtfiwtz

Description

@wtfiwtz

I recently ran bundle update which deployed net-ssh 2.8.0... However, it causes Capistrano v2.15.5 to fail to authenticate at all - no password prompt appears.

Rolling back to net-ssh 2.7.0 allows Capistrano to successfully authenticate again.

Here is my bundle:

Nigel-MBP:kasify wtfiwtz$ bundle list
Gems included by the bundle:
  * aasm (3.0.26)
  * actionmailer (4.0.1)
  * actionpack (4.0.1)
  * activemodel (4.0.1)
  * activerecord (4.0.1)
  * activerecord-deprecated_finders (1.0.3)
  * activesupport (4.0.1)
  * acts_as_list (0.2.0)
  * acts_as_tenant (0.3.4)
  * addressable (2.3.5)
  * airbrake (3.1.15)
  * angularjs-rails (1.2.10)
  * annotate (2.6.1)
  * arel (4.0.2)
  * arrayfields (4.9.0)
  * atomic (1.1.14)
  * awesome_print (1.2.0)
  * bcrypt-ruby (3.1.2)
  * best_in_place (2.0.3 366413b)
  * brakeman (2.2.0)
  * builder (3.1.4)
  * bundler (1.4.0.rc.1)
  * cane (2.6.1)
  * capistrano (2.15.5)
  * capybara (2.1.0 7f61125)
  * carrierwave (0.9.0)
  * celluloid (0.15.2)
  * childprocess (0.4.0)
  * chronic (0.10.2)
  * churn (0.0.35)
  * code_analyzer (0.4.4)
  * code_metrics (0.1.3)
  * coderay (1.1.0)
  * coffee-rails (4.0.1)
  * coffee-script (2.2.0)
  * coffee-script-source (1.7.0)
  * colored (1.2)
  * cucumber (1.3.10)
  * cucumber-rails (1.4.0)
  * daemons (1.1.9)
  * database_cleaner (1.0.1)
  * decent_exposure (2.3.1)
  * delayed_job (4.0.0)
  * delayed_job_active_record (4.0.0)
  * diff-lcs (1.2.5)
  * domainatrix (0.0.11)
  * email_validator (1.4.0)
  * encrypted_id (1.1.1)
  * erubis (2.7.0)
  * eventmachine (1.0.3)
  * execjs (2.0.2)
  * factory_girl (4.3.0)
  * factory_girl_rails (4.3.0)
  * faker (1.2.0)
  * faraday (0.9.0)
  * fastercsv (1.5.5)
  * fattr (2.2.1)
  * ffi (1.9.3)
  * flay (2.4.0)
  * flog (4.2.0)
  * formtastic (2.2.1)
  * gherkin (2.12.2)
  * hairtrigger (0.2.4)
  * haml (4.0.5)
  * haml-rails (0.5.3)
  * highline (1.6.20)
  * hike (1.2.3)
  * hirb (0.7.1)
  * httpclient (2.3.4.1)
  * i18n (0.6.9)
  * impressionist (1.4.13)
  * jbuilder (1.5.3)
  * jquery-datatables-rails (1.11.3)
  * jquery-migrate-rails (1.2.1)
  * jquery-rails (3.0.4)
  * jquery-turbolinks (2.0.1)
  * jquery-ui-rails (4.1.1)
  * jquery-validation-rails (1.11.1.1)
  * json (1.8.1)
  * json_pure (1.8.1)
  * jwt (0.1.11)
  * launchy (2.3.0)
  * liquid (2.5.5)
  * listen (2.4.0)
  * mail (2.5.4)
  * maildir (2.1.0)
  * mailman (0.7.0)
  * main (5.2.0)
  * map (6.5.1)
  * metric_fu (4.5.2)
  * metric_fu-Saikuro (1.1.3)
  * mime-types (1.25.1)
  * mini_portile (0.5.2)
  * minitest (4.7.5)
  * mobile-fu (1.1.1 9d02f4e)
  * modernizr-rails (2.6.2.3)
  * multi_json (1.8.4)
  * multi_test (0.0.3)
  * multi_xml (0.5.5)
  * multipart-post (2.0.0)
  * mysql2 (0.3.13)
  * namae (0.8.3)
  * net-scp (1.1.2)
  * net-sftp (2.1.2)
  * net-ssh (2.7.0)
  * net-ssh-gateway (1.2.0)
  * nokogiri (1.6.1)
  * non-stupid-digest-assets (1.0.3)
  * oauth (0.4.7)
  * oauth2 (0.9.3)
  * pacecar (2.0.0)
  * paper_trail (3.0.0)
  * parallel (0.9.2)
  * polyamorous (0.6.4)
  * polyglot (0.3.3)
  * rack (1.5.2)
  * rack-mobile-detect (0.4.0)
  * rack-test (0.6.2)
  * rails (4.0.1)
  * rails-timeago (2.8.1)
  * rails3-jquery-autocomplete (1.0.11 3d81680)
  * rails_best_practices (1.15.1)
  * railties (4.0.1)
  * rake (10.1.1)
  * ransack (1.1.0)
  * rb-fsevent (0.9.4)
  * rb-inotify (0.9.3)
  * rdoc (3.12.2)
  * redcard (1.1.0)
  * reek (1.3.6)
  * remotipart (1.2.1)
  * request_store (1.0.5)
  * require_all (1.3.2)
  * rest-client (1.6.7)
  * roodi (3.3.1)
  * rspec-core (2.14.7)
  * rspec-expectations (2.14.5)
  * rspec-mocks (2.14.5)
  * rspec-rails (2.14.1)
  * ruby-progressbar (1.4.1)
  * ruby2ruby (2.0.7)
  * ruby_parser (3.2.2)
  * rubyzip (1.0.0)
  * sanitize (2.0.6)
  * sass (3.2.14)
  * sass-rails (4.0.1)
  * schema_plus (1.2.0 dad4fa3)
  * sdoc (0.3.20)
  * selenium-webdriver (2.37.0)
  * sexp_processor (4.4.1)
  * shoulda-matchers (2.4.0)
  * simple_form (3.0.0.rc 7a41b7e)
  * simplecov (0.7.1)
  * simplecov-html (0.7.1)
  * slim (2.0.2)
  * slim_assets (0.0.2)
  * sneaky-save (0.0.4)
  * sorcery (0.8.5)
  * sprockets (2.10.1)
  * sprockets-rails (2.0.0)
  * sqlite3 (1.3.8)
  * subdomain-fu (1.0.0.beta3 19f0ee0)
  * temple (0.6.7)
  * terminal-table (1.4.5)
  * thin (1.6.1)
  * thor (0.18.1)
  * thread_safe (0.1.3)
  * tilt (1.4.1)
  * timers (1.1.0)
  * treetop (1.4.15)
  * turbolinks (1.3.1)
  * tzinfo (0.3.38)
  * uglifier (2.3.3)
  * valuable (0.9.8)
  * websocket (1.0.7)
  * xpath (2.0.0)
  * yaml_db (0.2.3 fb4b6bd)

I'll see if I can look into this shortly... I can't right at the moment. The issue could be owned by either Capistrano or net-ssh.

Cheers, Nigel (@wtfiwtz)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions