From cfea5eea406ba3af96588ff458e55de9a149d9c5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Sun, 1 Apr 2012 20:14:41 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 102 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) (limited to 'lib/ssh/doc/src') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index c6c634212f..a85cada732 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,108 @@ notes.xml +
Ssh 2.1 + +
Fixed Bugs and Malfunctions + + +

+ All keys in authorized_keys are considerd, wrongly only + the first one was before.

+

+ Own Id: OTP-7235

+
+ +

+ ssh daemon now properly handles ras host keys, in + previous versions only dsa host keys sufficed to set up a + connection.

+

+ Own Id: OTP-7677

+
+ +

+ ssh:shell/3 and ssh:connect/3 does not hang anymore if + connection negotiation fails

+

+ Own Id: OTP-8111

+
+ +

+ Improve check so that we will not try to read ssh packet + length indicator if not sure we have enough data.

+

+ Own Id: OTP-8380

+
+ +

+ Do not try to use user interaction when it is disabled.

+

+ Own Id: OTP-9466 Aux Id: seq11886

+
+ +

+ Improved error handling of internal errors i the ssh + connection handling process

+

+ Own Id: OTP-9905

+
+ +

+ sftp daemon generates file handles correct

+

+ Own Id: OTP-9948

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

+ Document supported algorithms

+

+ Own Id: OTP-8109

+
+ +

+ Graceful handling of premature close from an sftp client.

+

+ Own Id: OTP-9391 Aux Id: seq11838

+
+ +

+ Changed ssh implementation to use the public_key + application for all public key handling. This is also a + first step for enabling a callback API for supplying + public keys and handling keys protected with password + phrases.

+

+ Additionally the test suites where improved so that they + do not copy the users keys to test server directories as + this is a security liability. Also ipv6 and file access + issues found in the process has been fixed.

+

+ This change also solves OTP-7677 and OTP-7235

+

+ This changes also involves some updates to public_keys + ssh-functions.

+

+ Own Id: OTP-9911

+
+ +

+ Added options for the ssh client to support user keys + files that are password protected.

+

+ Own Id: OTP-10036 Aux Id: OTP-6400, Seq10595

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