You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/ssh/doc/notes.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,43 @@ limitations under the License.
21
21
-->
22
22
# SSH Release Notes
23
23
24
+
## Ssh 5.3.3
25
+
26
+
### Fixed Bugs and Malfunctions
27
+
28
+
- Option max_handles can be configured for sshd running SFTP. The positive integer value limits amount of file handles opened for a connection (by default 4096 is used).
29
+
30
+
*** POTENTIAL INCOMPATIBILITY ***
31
+
32
+
Own Id: OTP-19701 Aux Id: [CVE-2025-48041], [PR-10157]
33
+
34
+
- Avoid decoding KEX messages providing too many algorithms. This change does not introduce new limitation but assures it is enforced earlier in processing chain. Adjustments in error logging during handshake.
35
+
36
+
*** POTENTIAL INCOMPATIBILITY ***
37
+
38
+
Own Id: OTP-19741 Aux Id: [CVE-2025-48040], [PR-10162]
39
+
40
+
- A new 'max_path' option is now available in the sshd configuration, allowing administrators to set the maximum allowable path length. By default, this value is set to 4096 characters.
41
+
42
+
*** POTENTIAL INCOMPATIBILITY ***
43
+
44
+
Own Id: OTP-19742 Aux Id: [CVE-2025-48039], [PR-10155]
0 commit comments