Changelog for
ruby2.5-rubygem-net-ssh-2_9-2.9.4-150400.1.2.x86_64.rpm :
* Wed Apr 13 2016 cooloAATTsuse.com- updated to version 2.9.4 see installed CHANGES.txt === 2.9.4-rc1
* Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 [Christopher F. Auston] [Note: 2.9.3 release changes went to 3.0, 2.9.4 is backport of fix form 3.0] === 2.9.2
* Fri Nov 27 2015 tboergerAATTsuse.com- Created suffixed -2_9 package
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 2.9.2
* Fri Oct 10 2014 fcastelliAATTsuse.com- update to new packaging scheme and add gem2rpm.yml
* Sun May 18 2014 cooloAATTsuse.com- updated to version 2.9.1
* Fix for unknown response from agent on Windows with 64-bit PuTTY [chrahunt]
* Support negative patterns in host lookup from the SSH config file [nirvdrum]
* New ciphers [chr4]
* Added host keys: ssh-rsa-cert-v01AATTopenssh.com ssh-rsa-cert-v00AATTopenssh.com ssh-ed25519-cert-v01AATTopenssh.com ssh-ed25519
* Added HMACs: hmac-sha2-512-etmAATTopenssh.com hmac-sha2-256-etmAATTopenssh.com umac-128-etmAATTopenssh.com
* Added Kex: aes256-gcmAATTopenssh.com aes128-gcmAATTopenssh.com curve25519-sha256AATTlibssh.org
* Added private key support for id_ed25519
* IdentiesOnly will not disable ssh_agent - fixes #148 and new fix for #137 [mfazekas]
* Ignore errors during ssh agent negotiation [simonswine, jasiek]
* Added an optional \"options\" argument to test socket open method [jefmathiot]
* Added gem signing (again) with new cert [delano]
* Correct location of global known_hosts files [mfischer-zd]
* Fix for password authentication [blackpond, zachlipton, delano]
* Sat Feb 22 2014 cooloAATTsuse.com- updated to version 2.8.0
* Handle ssh-rsa and ssh-dss certificate files [bobveznat]
* Correctly interpret /etc/ssh_config Authentication settings based on openssh /etc/ssh_config system defaults [therealjessesanford, liggitt]
* Fixed pageant support for Windows [jarredholman]
* Support %r in ProxyCommand configuration in ssh_config files as defined in OpenSSH [yugui]
* Don\'t use ssh-agent if :keys_only is true [SFEley]
* Fix the bug in keys with comments [bobtfish]
* Add a failing tests for options in pub keys [bobtfish]
* Assert that the return value from ssh block is returned [carlhoerberg]
* Don\'t close the connection it\'s already closed [carlhoerberg]
* Ensure the connection closes even on exception [carlhoerberg]
* Make the authentication error message more useful [deric]
* Fix \"ConnectionError\" typo in lib/net/ssh/proxy/socks5.rb [mirakui]
* Allow KeyManager to recover from incompatible agents [ecki, delano]
* Fix for \"Authentication Method determination can pick up a class from the root namespace\" [dave.sieh]
* Fri Sep 13 2013 cooloAATTsuse.com- updated to version 2.7.0
* Fix for \'Could not parse PKey: no start line\' error on private keys with passphrases (issue #101) [metametaclass]
* Automatically forward environment variables defined in OpenSSH config files [fnordfish]
* Guard against socket.gets being nil in Net::SSH::Proxy::HTTP [krishicks]
* Implemented experimental keepalive feature [noric]
* Wed Jul 31 2013 cooloAATTsuse.com- updated to version 2.6.8
* Added support for host wildcard substitution [GabKlein]
* Added a wait to the loop in close to help fix possible blocks [Josh Kalderimis]
* Fixed test file encoding issues with Ruby 2.0 (#87) [voxik
* Sat Apr 13 2013 cooloAATTsuse.com- updated to version 2.6.7
* Decreased default packet size to 32768 as described in RFC 4253 [Olipro]
* Added max_pkt_size and max_win_size options to Net::SSH.start [Olipro]
* Sun Mar 03 2013 cooloAATTsuse.com- updated to version 2.6.6
* Fix for ruby 2.0 in windows [jansegre]