CORDA-3520, CORDA-3550: SSH memory leak and security (#5873)

* CORDA-3520: Closing RPC connection on SSH disconnect
CORDA-3550: Remove support for outdated ciphers and algorithms from SSH

* CORDA-3550: Remove support for outdated ciphers and algorithms from SSH
This commit is contained in:
Denis Rekalov
2020-01-22 14:40:25 +00:00
committed by Matthew Nesbit
parent 597658c4ab
commit 6a2249e697
6 changed files with 30 additions and 9 deletions

View File

@ -103,6 +103,8 @@ Unreleased
* Environment variables and system properties can now be provided with underscore separators instead of dots. Neither are case sensitive.
See :ref:`overriding config values <corda_configuration_file_overriding_config>` for more information.
* SSH server in the :doc:`shell` has been updated to remove outdated weak ciphers and algorithms.
.. _changelog_v4.1:
Version 4.1