Sha256: c50dd4c8cd7061fc6d2d9572be1a9a8a1288a0c235fa922261205a79c508835b
Contents?: true
Size: 527 Bytes
Versions: 11
Compression:
Stored size: 527 Bytes
Contents
require 'net/ssh/kerberos/kex/krb5_diffie_hellman_group1_sha1' require 'net/ssh/kerberos/kex/krb5_diffie_hellman_group_exchange_sha1' module Net; module SSH; module Kerberos module Kex GSS_MAP = { 'gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==' => KRB5DiffieHellmanGroup1SHA1, 'gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==' => KRB5DiffieHellmanGroupExchangeSHA1 } Net::SSH::Transport::Kex::MAP.update GSS_MAP Net::SSH::Transport::ALGORITHMS[:kex] << GSS_MAP.keys end end; end; end
Version data entries
11 entries across 11 versions & 1 rubygems