class Net::SSH::Transport::Kex::DiffieHellmanGroup1SHA1

def get_parameters

Returns the DH key parameters for the current connection.
def get_parameters
  [p, g]
end