# File lib/net/ssh/transport/openssl.rb, line 74
      def ssh_do_sign(data)
        sign(OpenSSL::Digest::SHA1.new, data)
      end