def send_kex_dh_gex_reply transport
          message = {
            :'message number'                                => Messages::SSH_MSG_KEX_DH_GEX_REPLY::VALUE,
            :'server public host key and certificates (K_S)' => @k_s,
            :'f'                                             => @f,