From d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 26 Nov 2012 15:48:29 +0100 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'lib/ssh/doc') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 36010da07a..d4acb2ef1a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,50 @@ notes.xml +
Ssh 2.1.2 + +
Fixed Bugs and Malfunctions + + +

+ SSH quiet mode

+

+ A new option to ssh:connect/3,4, quiet_mode. If true, the + client will not print out anything on authorization.

+

+ Own Id: OTP-10429 Aux Id: kunagi-273 [184]

+
+ +

+ Restrict which key algorithms to use

+

+ A new option to ssh:connect/3,4 is introduced, + public_key_algs, where you can restrict which key + algorithms to use and in which order to try them.

+

+ Own Id: OTP-10498 Aux Id: kunagi-289 [200]

+
+ +

+ Confidentiality of client password

+

+ Unsets clients password after authentication.

+

+ Own Id: OTP-10511 Aux Id: kunagi-292 [203]

+
+ +

+ Fixed user interaction for SSH

+

+ It's now available to accept hosts and input password

+

+ Own Id: OTP-10513 Aux Id: kunagi-293 [204]

+
+
+
+ +
+
Ssh 2.1.1
Fixed Bugs and Malfunctions -- cgit v1.2.3