summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-12-11 13:20:34 +0100
committerErlang/OTP <otp@erlang.org>2020-12-11 13:20:34 +0100
commit2812a2bc5dfd7f0d37bb17e147320cfd1580cbbc (patch)
tree2cf685983c4386cfdf96177f2b97c499028181b8 /lib/ssh/doc/src
parent4adeaaa8d97bf4a8c88b415a03d2dbf884e27807 (diff)
downloaderlang-2812a2bc5dfd7f0d37bb17e147320cfd1580cbbc.tar.gz
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r--lib/ssh/doc/src/notes.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index f90a516037..ca4c9a1145 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,62 @@
<file>notes.xml</file>
</header>
+<section><title>Ssh 4.10.6</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed problems in the ssh cli/shell handling. Most
+ important are:</p>
+ <p>
+ 1) the ssh:shell function did sometimes cause the input
+ to be echoed twice,</p>
+ <p>
+ 2) the ssh:shell function didn't transfer the LANG and
+ LC_ALL shell variables to the connected server which
+ sometimes made Unicode handling erroneous,</p>
+ <p>
+ 3) Unicode was not always transferred correctly to and
+ from the peer.</p>
+ <p>
+ Own Id: OTP-16799</p>
+ </item>
+ <item>
+ <p>
+ The SSH protocol message SSH_MSG_DISCONNECT was sometimes
+ sent instead of SSH_MSG_CHANNEL_FAILURE</p>
+ <p>
+ Own Id: OTP-16900</p>
+ </item>
+ <item>
+ <p>
+ The ssh_cli module now always sends the exit-status to
+ connected clients so they can use that to check for
+ successful command execution.</p>
+ <p>
+ Own Id: OTP-16908 Aux Id: PR-2753 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ A new option <seeerl
+ marker="ssh:ssh#option-pk_check_user"><c>pk_check_user</c></seeerl>
+ enables checking of the client's user name in the server
+ when doing public key authentication.</p>
+ <p>
+ Own Id: OTP-16889</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 4.10.5</title>
<section><title>Fixed Bugs and Malfunctions</title>