From a2ca3bd78fc002dd1e6533c191e44092cc3aa949 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 10 Dec 2018 11:07:05 +0100 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'lib/ssh/doc/src/notes.xml') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 42bdf667f8..177784384e 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,69 @@ notes.xml +
Ssh 4.7.2 + +
Fixed Bugs and Malfunctions + + +

+ Incompatibility with newer OpenSSH fixed. Previously + versions 7.8 and later could cause Erlang SSH to exit.

+

+ Own Id: OTP-15413

+
+ +

+ The 'exec' option for ssh daemons had wrong format + in the documentation.

+

+ Own Id: OTP-15416

+
+
+
+ + +
Improvements and New Features + + +

+ Added public key methods ssh-ed25519 and ssh-ed448.

+

+ Requires OpenSSL 1.1.1 or higher as cryptolib under the + OTP application crypto.

+

+ Own Id: OTP-15094 Aux Id: OTP-15419

+
+ +

+ The SSH property tests are now adapted to the PropEr + testing tool.

+

+ Own Id: OTP-15312

+
+ +

+ The term "user" was not documented in the SSH app. A new + chapter with terminology is added to the User's Manual + where the term "user" is defined.

+

+ A reference manual page about the module ssh_file + is also added. This is the default callback module for + user's keys, host keys etc.

+

+ Own Id: OTP-15314

+
+ +

+ Host and user key checking is made more robust.

+

+ Own Id: OTP-15424

+
+
+
+ +
+
Ssh 4.7.1
Improvements and New Features -- cgit v1.2.3