Sha256: 4d6563b27d104a4a7068bf4b870732d17a260522859e0d2aec621cf32d997969

Contents?: true

Size: 622 Bytes

Versions: 28

Compression:

Stored size: 622 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

28 entries across 28 versions & 6 rubygems

Version Path
net-ssh-7.3.0 lib/net/ssh/authentication/constants.rb
net-ssh-7.3.0.rc1 lib/net/ssh/authentication/constants.rb
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/constants.rb
net-ssh-7.2.3 lib/net/ssh/authentication/constants.rb
net-ssh-backports-6.3.6.backports lib/net/ssh/authentication/constants.rb
net-ssh-backports-6.3.5.backports lib/net/ssh/authentication/constants.rb
net-ssh-backports-6.3.4.backports lib/net/ssh/authentication/constants.rb
net-ssh-backports-6.3.3.backports lib/net/ssh/authentication/constants.rb
net-ssh-backports-6.3.2.backports lib/net/ssh/authentication/constants.rb
net-ssh-backports-6.3.1.backports lib/net/ssh/authentication/constants.rb
net-ssh-backports-6.3.0.backports lib/net/ssh/authentication/constants.rb
net-ssh-7.2.2.rc1 lib/net/ssh/authentication/constants.rb
net-ssh-7.2.1 lib/net/ssh/authentication/constants.rb
net-ssh-7.2.1.rc1 lib/net/ssh/authentication/constants.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.0/lib/net/ssh/authentication/constants.rb
honeybadger-5.3.0 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.0/lib/net/ssh/authentication/constants.rb
net-ssh-7.2.0 lib/net/ssh/authentication/constants.rb
net-ssh-7.2.0.rc1 lib/net/ssh/authentication/constants.rb
net-ssh-7.2.0.beta1 lib/net/ssh/authentication/constants.rb
net-ssh-7.1.0 lib/net/ssh/authentication/constants.rb