Sha256: 96ca1c6b3eff45a1ac405e3a3eb2f929f9341f05b7c9a3b6101623a5fe995a8a

Contents?: true

Size: 779 Bytes

Versions: 281

Compression:

Stored size: 779 Bytes

Contents

module Net; module SSH; module Connection

  # Definitions of constants that are specific to the connection layer of the
  # SSH protocol.
  module Constants

    #--
    # Connection protocol generic messages
    #++

    GLOBAL_REQUEST            = 80
    REQUEST_SUCCESS           = 81
    REQUEST_FAILURE           = 82

    #--
    # Channel related messages
    #++

    CHANNEL_OPEN              = 90
    CHANNEL_OPEN_CONFIRMATION = 91
    CHANNEL_OPEN_FAILURE      = 92
    CHANNEL_WINDOW_ADJUST     = 93
    CHANNEL_DATA              = 94
    CHANNEL_EXTENDED_DATA     = 95
    CHANNEL_EOF               = 96
    CHANNEL_CLOSE             = 97
    CHANNEL_REQUEST           = 98
    CHANNEL_SUCCESS           = 99
    CHANNEL_FAILURE           = 100

  end

end; end end

Version data entries

281 entries across 238 versions & 30 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.0.3.0 vendor/bundle/ruby/2.5.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
net-ssh-5.0.0.beta1 lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/net-ssh-4.2.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb
net-ssh-4.2.0 lib/net/ssh/connection/constants.rb
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb
net-ssh-4.2.0.rc2 lib/net/ssh/connection/constants.rb
net-ssh-4.2.0.rc1 lib/net/ssh/connection/constants.rb
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb
savant-echo-1.0.4 bin/alexa-0.1.2-osx/lib/vendor/ruby/2.2.0/gems/net-ssh-3.2.0/lib/net/ssh/connection/constants.rb