Sha256: 07e05de4c86f7972ca2ec2eb55535f7820813421ae3426900d3a901fc94fde7a

Contents?: true

Size: 931 Bytes

Versions: 17

Compression:

Stored size: 931 Bytes

Contents

module Net 
  module SSH 
    module Transport
      module Constants
        #--
        # Transport layer generic messages
        #++

        DISCONNECT                = 1
        IGNORE                    = 2
        UNIMPLEMENTED             = 3
        DEBUG                     = 4
        SERVICE_REQUEST           = 5
        SERVICE_ACCEPT            = 6
    
        #--
        # Algorithm negotiation messages
        #++

        KEXINIT                   = 20
        NEWKEYS                   = 21

        #--
        # Key exchange method specific messages
        #++

        KEXDH_INIT                = 30
        KEXDH_REPLY               = 31

        KEXECDH_INIT              = 30
        KEXECDH_REPLY             = 31

        KEXDH_GEX_GROUP           = 31
        KEXDH_GEX_INIT            = 32
        KEXDH_GEX_REPLY           = 33
        KEXDH_GEX_REQUEST         = 34
      end
    end
  end
end

Version data entries

17 entries across 16 versions & 2 rubygems

Version Path
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/constants.rb
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/constants.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/constants.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/lib/net/ssh/transport/constants.rb
net-ssh-6.2.0.rc2 lib/net/ssh/transport/constants.rb
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/lib/net/ssh/transport/constants.rb
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/constants.rb
net-ssh-6.2.0.rc1 lib/net/ssh/transport/constants.rb
net-ssh-6.2.0.beta1 lib/net/ssh/transport/constants.rb
net-ssh-6.1.0 lib/net/ssh/transport/constants.rb
net-ssh-6.1.0.rc1 lib/net/ssh/transport/constants.rb
net-ssh-6.0.2 lib/net/ssh/transport/constants.rb
net-ssh-6.0.1 lib/net/ssh/transport/constants.rb
net-ssh-6.0.0 lib/net/ssh/transport/constants.rb
net-ssh-6.0.0.rc1 lib/net/ssh/transport/constants.rb
net-ssh-6.0.0.beta2 lib/net/ssh/transport/constants.rb
net-ssh-6.0.0.beta1 lib/net/ssh/transport/constants.rb