Sha256: 98ac989b04be88541a62d1900b03342c480396bed7f4e80a4bb3815f9c085a17

Contents?: true

Size: 567 Bytes

Versions: 281

Compression:

Stored size: 567 Bytes

Contents

module Net; module SSH; module Authentication

  # Describes the constants used by the Net::SSH::Authentication components
  # of the Net::SSH library. Individual authentication method implemenations
  # may define yet more constants that are specific to their implementation.
  module Constants
    USERAUTH_REQUEST          = 50
    USERAUTH_FAILURE          = 51
    USERAUTH_SUCCESS          = 52
    USERAUTH_BANNER           = 53

    USERAUTH_PASSWD_CHANGEREQ = 60
    USERAUTH_PK_OK            = 60

    USERAUTH_METHOD_RANGE     = 60..79
  end

end; end; end

Version data entries

281 entries across 238 versions & 30 rubygems

Version Path
net-ssh-3.2.0 lib/net/ssh/authentication/constants.rb
net-ssh-3.2.0.rc2 lib/net/ssh/authentication/constants.rb
net-ssh-3.2.0.rc1 lib/net/ssh/authentication/constants.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/net-ssh-2.4.0/lib/net/ssh/authentication/constants.rb
net-ssh-4.0.0.alpha4 lib/net/ssh/authentication/constants.rb
net-ssh-4.0.0.alpha3 lib/net/ssh/authentication/constants.rb
net-ssh-4.0.0.alpha2 lib/net/ssh/authentication/constants.rb
net-ssh-3.1.1 lib/net/ssh/authentication/constants.rb
net-ssh-4.0.0.alpha1 lib/net/ssh/authentication/constants.rb
net-ssh-3.1.0 lib/net/ssh/authentication/constants.rb
net-ssh-3.1.0.rc2 lib/net/ssh/authentication/constants.rb
net-ssh-3.1.0.rc1 lib/net/ssh/authentication/constants.rb
net-ssh-3.1.0.beta3 lib/net/ssh/authentication/constants.rb
net-ssh-3.1.0.beta2 lib/net/ssh/authentication/constants.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/net-ssh-2.9.1/lib/net/ssh/authentication/constants.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/net-ssh-2.9.1/lib/net/ssh/authentication/constants.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/net-ssh-2.9.1/lib/net/ssh/authentication/constants.rb
net-ssh-2.9.4 lib/net/ssh/authentication/constants.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/net-ssh-3.0.2/lib/net/ssh/authentication/constants.rb
net-ssh-3.0.2 lib/net/ssh/authentication/constants.rb