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