diff options
author | Erlang/OTP <otp@erlang.org> | 2022-09-20 12:30:33 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2022-09-20 12:30:33 +0200 |
commit | 6417c83bbcd4b5f3db3c1445c8dcb31b97bcabdf (patch) | |
tree | 814c2a2f786da52c3f5e658bf2dbfc95ec5b45ba /lib/ssh/doc/src | |
parent | a258c987004d3cc6e1716c682c0d686e3b81d1c6 (diff) | |
download | erlang-6417c83bbcd4b5f3db3c1445c8dcb31b97bcabdf.tar.gz |
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 13019140eb..465ac854f0 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,67 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.15</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Handling rare race condition at channel close.</p> + <p> + Own Id: OTP-18220 Aux Id: ERIERL-666, ERIERL-661 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + New ssh option <c>no_auth_needed</c> to skip the ssh + authentication. Use with caution!</p> + <p> + Own Id: OTP-18134 Aux Id: GH-6021 </p> + </item> + <item> + <p> + This change fixes dialyzer warnings generated for + inets/httpd examples (includes needed adjustment of spec + for ssh_sftp module).</p> + <p> + Own Id: OTP-18178 Aux Id: ERIERL-833, ERIERL-834, + ERIERL-835 </p> + </item> + <item> + <p> + The new function <c>ssh:daemon_replace_options/2</c> + makes it possible to change the <c>Options</c> in a + running SSH server.</p> + <p> + Established connections are not affected, only those + created after the call to this new function.</p> + <p> + Own Id: OTP-18196</p> + </item> + <item> + <p> + Add a timeout as option <c>max_initial_idle_time</c>. It + closes a connection that does not allocate a channel + within the timeout time.</p> + <p> + For more information about timeouts, see the <seeguide + marker="hardening#timeouts">Timeouts section </seeguide> + in the User's Guide <seeguide + marker="hardening">Hardening</seeguide> chapter.</p> + <p> + Own Id: OTP-18207 Aux Id: PR-6231 </p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.14.1</title> <section><title>Fixed Bugs and Malfunctions</title> |