--- !ruby/object:Gem::Specification name: net-ssh version: !ruby/object:Gem::Version version: 5.2.0 platform: ruby authors: - Jamis Buck - Delano Mandelbaum - Miklós Fazekas autorequire: bindir: exe cert_chain: - | -----BEGIN CERTIFICATE----- MIIDQDCCAiigAwIBAgIBATANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpuZXRz c2gvREM9c29sdXRpb3VzL0RDPWNvbTAeFw0xOTAzMTEwOTQ1MzZaFw0yMDAzMTAw OTQ1MzZaMCUxIzAhBgNVBAMMGm5ldHNzaC9EQz1zb2x1dGlvdXMvREM9Y29tMIIB IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxieE22fR/qmdPKUHyYTyUx2g wskLwrCkxay+Tvc97ZZUOwf85LDDDPqhQaTWLvRwnIOMgQE2nBPzwalVclK6a+pW x/18KDeZY15vm3Qn5p42b0wi9hUxOqPm3J2hdCLCcgtENgdX21nVzejn39WVqFJO lntgSDNW5+kCS8QaRsmIbzj17GKKkrsw39kiQw7FhWfJFeTjddzoZiWwc59KA/Bx fBbmDnsMLAtAtauMOxORrbx3EOY7sHku/kSrMg3FXFay7jc6BkbbUij+MjJ/k82l 4o8o0YO4BAnya90xgEmgOG0LCCxRhuXQFnMDuDjK2XnUe0h4/6NCn94C+z9GsQID AQABo3sweTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUBfKiwO2e M4NEiRrVG793qEPLYyMwHwYDVR0RBBgwFoEUbmV0c3NoQHNvbHV0aW91cy5jb20w HwYDVR0SBBgwFoEUbmV0c3NoQHNvbHV0aW91cy5jb20wDQYJKoZIhvcNAQELBQAD ggEBAILNXrrFaLruwlBoTx3F7iL5wiRUT+cOMfdon25gzX8Tf87hi6rITnRgFfak w+C/rbrYOuEfUJMeZSU5ASxzrB4ohgJ5AFxuxGNkWEQJC4nICGn3ML8PmHzEV12z +nMm9AtBM16dJTdTKA2B6du0ZtTtbm4M3ULB7rhkUO2L2RbDyyiGQw85IBdaVdzr GmrxZPAOhBABOREsvJU1+3GIyJncqXmtrYUGUoLiIf/WO0mxPzYALZC/6ZYfu2UP +MqVFjDxsJA7cDfACke51RypSH1gZoPjzoW6w0sMRAzZT8hU1eGyqtNuBiSZ1UKv B/ztNLEP0OWhpj/NZ1fnGRvo/T0= -----END CERTIFICATE----- date: 2019-03-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bcrypt_pbkdf requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: ed25519 requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.10' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.10' - !ruby/object:Gem::Dependency name: mocha requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.1 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.54.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.54.0 description: 'Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.' email: - net-ssh@solutious.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - ".gitignore" - ".rubocop.yml" - ".rubocop_todo.yml" - ".travis.yml" - CHANGES.txt - Gemfile - Gemfile.noed25519 - Gemfile.noed25519.lock - ISSUE_TEMPLATE.md - LICENSE.txt - Manifest - README.rdoc - Rakefile - THANKS.txt - appveyor.yml - lib/net/ssh.rb - lib/net/ssh/authentication/agent.rb - lib/net/ssh/authentication/certificate.rb - lib/net/ssh/authentication/constants.rb - lib/net/ssh/authentication/ed25519.rb - lib/net/ssh/authentication/ed25519_loader.rb - lib/net/ssh/authentication/key_manager.rb - lib/net/ssh/authentication/methods/abstract.rb - lib/net/ssh/authentication/methods/hostbased.rb - lib/net/ssh/authentication/methods/keyboard_interactive.rb - lib/net/ssh/authentication/methods/none.rb - lib/net/ssh/authentication/methods/password.rb - lib/net/ssh/authentication/methods/publickey.rb - lib/net/ssh/authentication/pageant.rb - lib/net/ssh/authentication/pub_key_fingerprint.rb - lib/net/ssh/authentication/session.rb - lib/net/ssh/buffer.rb - lib/net/ssh/buffered_io.rb - lib/net/ssh/config.rb - lib/net/ssh/connection/channel.rb - lib/net/ssh/connection/constants.rb - lib/net/ssh/connection/event_loop.rb - lib/net/ssh/connection/keepalive.rb - lib/net/ssh/connection/session.rb - lib/net/ssh/connection/term.rb - lib/net/ssh/errors.rb - lib/net/ssh/key_factory.rb - lib/net/ssh/known_hosts.rb - lib/net/ssh/loggable.rb - lib/net/ssh/packet.rb - lib/net/ssh/prompt.rb - lib/net/ssh/proxy/command.rb - lib/net/ssh/proxy/errors.rb - lib/net/ssh/proxy/http.rb - lib/net/ssh/proxy/https.rb - lib/net/ssh/proxy/jump.rb - lib/net/ssh/proxy/socks4.rb - lib/net/ssh/proxy/socks5.rb - lib/net/ssh/ruby_compat.rb - lib/net/ssh/service/forward.rb - lib/net/ssh/test.rb - lib/net/ssh/test/channel.rb - lib/net/ssh/test/extensions.rb - lib/net/ssh/test/kex.rb - lib/net/ssh/test/local_packet.rb - lib/net/ssh/test/packet.rb - lib/net/ssh/test/remote_packet.rb - lib/net/ssh/test/script.rb - lib/net/ssh/test/socket.rb - lib/net/ssh/transport/algorithms.rb - lib/net/ssh/transport/cipher_factory.rb - lib/net/ssh/transport/constants.rb - lib/net/ssh/transport/ctr.rb - lib/net/ssh/transport/hmac.rb - lib/net/ssh/transport/hmac/abstract.rb - lib/net/ssh/transport/hmac/md5.rb - lib/net/ssh/transport/hmac/md5_96.rb - lib/net/ssh/transport/hmac/none.rb - lib/net/ssh/transport/hmac/ripemd160.rb - lib/net/ssh/transport/hmac/sha1.rb - lib/net/ssh/transport/hmac/sha1_96.rb - lib/net/ssh/transport/hmac/sha2_256.rb - lib/net/ssh/transport/hmac/sha2_256_96.rb - lib/net/ssh/transport/hmac/sha2_512.rb - lib/net/ssh/transport/hmac/sha2_512_96.rb - lib/net/ssh/transport/identity_cipher.rb - lib/net/ssh/transport/kex.rb - lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb - lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb - lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb - lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb - lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb - lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb - lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb - lib/net/ssh/transport/key_expander.rb - lib/net/ssh/transport/openssl.rb - lib/net/ssh/transport/packet_stream.rb - lib/net/ssh/transport/server_version.rb - lib/net/ssh/transport/session.rb - lib/net/ssh/transport/state.rb - lib/net/ssh/verifiers/accept_new.rb - lib/net/ssh/verifiers/accept_new_or_local_tunnel.rb - lib/net/ssh/verifiers/always.rb - lib/net/ssh/verifiers/never.rb - lib/net/ssh/version.rb - net-ssh-public_cert.pem - net-ssh.gemspec - support/arcfour_check.rb - support/ssh_tunnel_bug.rb homepage: https://github.com/net-ssh/net-ssh licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.2.6 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.8 signing_key: specification_version: 4 summary: 'Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.' test_files: []