Sha256: 7de13155a4db32b37e4f03cbc0da8305f422946a0984f071c5f8525728ced101
Contents?: true
Size: 598 Bytes
Versions: 158
Compression:
Stored size: 598 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 end end; end; end
Version data entries
158 entries across 128 versions & 18 rubygems