SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-net-ssh-doc-5.2.0-lp154.1.1.x86_64.rpm :

* Thu Mar 14 2019 Stephan Kulow - 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 - 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-autoAATTkulow.org- updated to version 5.0.2 see installed CHANGES.txt
* Sun Jun 03 2018 factory-autoAATTkulow.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-autoAATTkulow.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 cooloAATTsuse.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-streamlocalAATTopenssh.com support in Forward class [Harald Sitter, #502]
* Sun Feb 19 2017 cooloAATTsuse.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 cooloAATTsuse.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
* Tue Dec 27 2016 cooloAATTsuse.com- updated to version 4.0.0 see installed CHANGES.txt
* Mon Jun 20 2016 cooloAATTsuse.com- updated to version 3.2.0 see installed CHANGES.txt === 3.2.0
* Added agent_socket_factory option [Alon Goldboim]
* Send KEXINIT asap don\'t wait for server [Miklos Fazekas]
* Close channels in case server closed connection [Miklos Fazekas]
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 3.1.1 see installed CHANGES.txt === 3.1.1
* added missing etc require
* Sat Mar 19 2016 cooloAATTsuse.com- updated to version 3.1.0 see installed CHANGES.txt === 3.1.0 === 3.1.0.rc1
* fix Secure#verify [Jean Boussier]
* use the smallest of don\'t spend longer time than keepalive if it\'s configured [Eugene Kenny] === 3.1.0.beta3
* forward/on_open_failed should stop listning closed socket otherwise it locks #269 [Miklos Fazekas,Scott McGillivray]
* fix incorrect pattern handling in config files #310 [Miklos Fazekas] === 3.1.0.beta2
* trying to execute something on a not yet opend channel throws nicer messag [Miklos Fazekas]
* calling close on a not opened channel marks the channel for close [Miklos Fazekas]
* read keepalive configuration from ssh config files [Miklos Fazekas]
* send client version on hadshake before waiting for server to reduce handshake time [Miklos Fazekas]
* allow custom Net::SSH::KnownHosts implementations [Jean Boussier]
* memoize known host so we only search it once per session [Jean Boussier, Miklos Fazekas]
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 3.0.2 see installed CHANGES.txt === 3.0.2 === 3.0.2.rc1
* fixed rare WaitWritable error with proxy commands [Miklos Fazkas, Andre Meij]]
* if Net::SSH.start user is nil and config has no entry we default to Etc.getlogin
* Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 [Christopher F. Auston]
* Sat Sep 26 2015 cooloAATTsuse.com- updated to version 3.0.1 see installed CHANGES.txt === 3.0.1 === 3.0.1.rc1
* Breaking change from 2.
* series: exec! without block now returns empty string instread of nil if command has no output [https://github.com/net-ssh/net-ssh/pull/273]
* Support remote_user as %r in proxy commands [Dominic Scheirlinck]
* Raise Net::SSH::ConnectionTimeout from connection timeout [Carl Hoerberg] === 3.0.0.rc1
* SemVer: Major version change because of dropping of ruby 1.9 === 2.10.1.rc2
* Win: Use fiddle on ruby 2.1 too [Charlie Savage] === 2.10.1.rc1
* Added ruby 2.0 requirement to gemspec [Alex Schultz]
* Mon Aug 03 2015 cooloAATTsuse.com- updated to version 2.10.0 see installed CHANGES.txt === 2.10.0 === 2.10.0-beta2
* Fix :passphrase option with :non_interactive [Jeremy Stanley]
* Use Socket.tcp with connect_timeout instead of Timeout::timeout [Carl Hörberg]
* Support for hostname hashes [Jef Mathiot]
* Ruby 1.9.3 is no longer supported but should moslty work expect for stuff like connect_timeout === 2.10.0-beta1
* Fix could not parse PKey error. [Andrey Voronkov]
* Workaround for threading issue in MRI + singleton method declaration [Matt Brictson]
* Configuration change: we no longer append all supported algorithms, this is so you can exclude insecure algorithms. If you want to use the old behaviour specify append_all_supported_algorithms => true [voidus, mfazekas]
* New configuration option: :non_interactive => true in case you prefer an authmethod to fail rather than prompt. [mfazekas]
* Configuration change: password will now ask for password up to the :number_of_password_prompts times. If you want the 2.9.1 behaviour of never asking password please set number_of_password_prompts to 0. === 2.9.4-beta1
* Use sysread and syswrite on Windows instead of read_nonblock and write [marc-etienne]
* Windows/peagant: use fiddle on ruby 2.2+/windows [Charlie Savage]
* Check if ssh key is a file [kiela] === 2.9.3
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 2.9.2
 
ICM