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