Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby3.3-rubygem-net-ssh-6.1 | Distribution: openSUSE Tumbleweed |
Version: 6.1.0 | Vendor: openSUSE |
Release: 1.15 | Build date: Fri Sep 25 16:24:56 2020 |
Group: Development/Languages/Ruby | Build host: reproducible |
Size: 630088 | Source RPM: rubygem-net-ssh-6.1-6.1.0-1.15.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/net-ssh/net-ssh | |
Summary: Net::SSH: a pure-Ruby implementation of the SSH2 client protocol |
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.
MIT
* Fri Sep 25 2020 Stephan Kulow <coolo@suse.com> updated to version 6.1.0 see installed CHANGES.txt === 6.1.0 * adapt to ssh's default bahaviors when no username is provided. When Net::SSH.start user is nil and config has no entry we default to Etc.getpwuid.name() instead of Etc.getlogin(). [#749] === 6.1.0.rc1 * Make sha2-{256,512}-etm@openssh.com MAC default again [#761] * Support algorithm subtraction syntax from ssh_config [#751] * Thu May 07 2020 Stephan Kulow <coolo@suse.com> - updated to version 6.0.2 see installed CHANGES.txt === 6.0.2 * Fix corrupted hmac issue in etm hmac [#759] === 6.0.1 * Make sha2-{256,512}-etm@openssh.com MAC opt-in as they seems to have issues [#757] === 6.0.0 * Support empty lines and comments in known_hosts [donoghuc, #742] * Add sha2-{256,512}-etm@openssh.com MAC algorithms [graaff, #714] === 6.0.0 beta2 * Support :certkeys and CertificateFile configuration option [Anders Carling, #722] === 6.0.0 beta1 * curve25519sha256 support [Florian Wininger ,#690] * disabled insecure algs [Florian Wininger , #709] === 5.2.0 * Thu Mar 14 2019 Stephan Kulow <coolo@suse.com> - updated to version 5.2.0 see installed CHANGES.txt === 5.2.0.rc3 * Fix check_host_ip read from config * Support ssh-ed25519 in kown hosts === 5.2.0.rc2 * Read check_host_ip from ssh config files === 5.2.0.rc1 * Interpret * and ? in know_hosts file [Romain Tartière, #660] * New :check_host_ip so ip checking can be disabled in known hosts [Romain Tartière, #656] === 5.1.0 * Mon Jan 14 2019 Stephan Kulow <coolo@suse.com> - updated to version 5.1.0 see installed CHANGES.txt === 5.1.0.rc1 * Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 already supported) [#646] * Support IdentityAgent is ssh config [Frank Groeneveld, #645] * Improve Match processin in ssh config [Aleksandrs Ļedovskis, #642] * Ignore signature verification when verify_host_key is never [Piotr Kliczewski, #641] * Alg preference was changed to prefer stronger encryptions [Tray, #637] === 5.0.2 * fix ctr for jruby [#612] * Sun Jun 17 2018 factory-auto@kulow.org - updated to version 5.0.2 see installed CHANGES.txt * Sun Jun 03 2018 factory-auto@kulow.org - updated to version 5.0.1 see installed CHANGES.txt === 5.0.1 * default_keys were not loaded even if no keys or key_data options specified [#607] * Fri Jun 01 2018 factory-auto@kulow.org - updated to version 5.0.0 see installed CHANGES.txt === 5.0.0 * Breaking change: ed25519 now requires ed25519 gem instead of RbNaCl gem [#563] * Verify_host_key options rename (true, false, :very, :secure depreacted new equivalents are :never, :accept_new_or_local_tunnel :accept_new :always) [Jared Beck, #595] === 5.0.0.rc2 * Add .dll extensions to dlopen on cygwin [#603] * Fix host certificate validation [#601] === 5.0.0.rc1 * Fix larger than 4GB file transfers [#599] * Update HTTP proxy to version 1.1 [Connor Dunn, #597] === 5.0.0.beta2 * Support for sha256 pubkey fingerprint [Tom Maher, #585] * Don't try to load default_keys if key_data option is used [Josh Larson, #589] * Added fingerprint_hash defaulting to SHA256 as fingerprint format, and MD5 can be used as an option [Miklós Fazekas, #591] === 5.0.0.beta1 * Don't leave proxy command as zombie on timeout [DimitriosLisenko, #560] * Use OpenSSL for aes*-ctr for up to 5x throughput improvement [Miklós Fazekas, Harald Sitter, #570] * Optimize slice! usage in CTR for up to 2x throughput improvement [Harald Sitter, #569] * Replace RbNaCl dependency with ed25519 gem [Tony Arcieri ,#563] * Add initial Match support [Kasumi Hanazuki, #553] * Mon Sep 11 2017 coolo@suse.com - updated to version 4.2.0 see installed CHANGES.txt === 4.2.0.rc2 * Fix double close bug on auth failure (or ruby 2.2 or earlier) [#538] === 4.2.0.rc1 * Improved logging with proxy command [Dmitriy Ivliev, #530] * Close transport on proxy error [adamruzicka, #526] * Support multiple identity files [Kimura Masayuki, #528] * Move `none` cipher to end of cipher list [Brian Cain, #525] * Deprecate `:paranoid` in favor of `:verify_host_key` [Jared Beck, #524] * Support Multile Include ssh config files [Kasumi Hanazuki, #516] * Support Relative path in ssh confif files [Akinori MUSHA, #510] * add direct-streamlocal@openssh.com support in Forward class [Harald Sitter, #502] * Sun Feb 19 2017 coolo@suse.com - updated to version 4.1.0 see installed CHANGES.txt === 4.1.0 === 4.1.0.rc1 * ProxyJump support [Ryan McGeary, #500] * Fix agent detection on Windows [Christian Koehler, #495] === 4.1.0.beta1 * Fix nil error when libsodium is not there [chapmajs ,#488] * SSH certificate support for client auth [David Bartley, #485] * Sat Jan 14 2017 coolo@suse.com - updated to version 4.0.1 see installed CHANGES.txt === 4.0.1 === 4.0.1.rc2 * ENV["HOME"] might be empty so filter non expandable paths [Matt Casper, #351] === 4.0.1.rc1 * support of rbnacl 4.0 and better error message [#479] * support include in config files [Kimura Masayuki, #475] * fixed issue with ruby 2.2 or older on windows [#472] === 4.0.0
/usr/lib64/ruby/gems/3.3.0/build_info /usr/lib64/ruby/gems/3.3.0/cache/net-ssh-6.1.0.gem /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0 /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/.gitignore /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/.rubocop.yml /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/.rubocop_todo.yml /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/.travis.yml /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/CHANGES.txt /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/Gemfile /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/Gemfile.noed25519 /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/ISSUE_TEMPLATE.md /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/LICENSE.txt /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/Manifest /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/README.md /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/Rakefile /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/THANKS.txt /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/appveyor.yml /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/agent.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/certificate.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/constants.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/ed25519.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/ed25519_loader.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/key_manager.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/methods /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/methods/abstract.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/methods/hostbased.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/methods/keyboard_interactive.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/methods/none.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/methods/password.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/methods/publickey.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/pageant.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/pub_key_fingerprint.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/authentication/session.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/buffer.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/buffered_io.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/config.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/connection /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/connection/channel.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/connection/constants.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/connection/event_loop.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/connection/keepalive.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/connection/session.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/connection/term.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/errors.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/key_factory.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/known_hosts.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/loggable.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/packet.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/prompt.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/command.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/errors.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/http.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/https.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/jump.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/socks4.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/socks5.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/service /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/service/forward.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/channel.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/extensions.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/kex.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/local_packet.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/packet.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/remote_packet.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/script.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/test/socket.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/algorithms.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/cipher_factory.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/constants.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/ctr.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/abstract.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/md5.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/md5_96.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/none.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/ripemd160.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha1.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha1_96.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha2_256.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha2_256_96.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha2_256_etm.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha2_512.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha2_512_96.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha2_512_etm.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/identity_cipher.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/abstract.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/abstract5656.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/curve25519_sha256.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/curve25519_sha256_loader.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/key_expander.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/openssl.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/packet_stream.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/server_version.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/session.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/state.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/verifiers /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/verifiers/accept_new.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/verifiers/accept_new_or_local_tunnel.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/verifiers/always.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/verifiers/never.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/lib/net/ssh/version.rb /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/net-ssh-public_cert.pem /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/net-ssh.gemspec /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/support /usr/lib64/ruby/gems/3.3.0/gems/net-ssh-6.1.0/support/ssh_tunnel_bug.rb /usr/lib64/ruby/gems/3.3.0/specifications/net-ssh-6.1.0.gemspec /usr/share/doc/packages/ruby3.3-rubygem-net-ssh-6.1 /usr/share/doc/packages/ruby3.3-rubygem-net-ssh-6.1/CHANGES.txt /usr/share/doc/packages/ruby3.3-rubygem-net-ssh-6.1/LICENSE.txt /usr/share/doc/packages/ruby3.3-rubygem-net-ssh-6.1/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 09:25:43 2025