Patch Package: OTP 17.5.1 Git Tag: OTP-17.5.1 Date: 2015-04-10 Trouble Report Id: OTP-12645 Seq num: seq12816 System: OTP Release: 17 Application: ssh-3.2.1 Predecessor: OTP 17.5 Check out the git tag OTP-17.5.1, and build a full OTP system including documentation. Apply one or more applications from this build as patches to your installation using the 'otp_patch_apply' tool. For information on install requirements, see descriptions for each application version below. --------------------------------------------------------------------- --- ssh-3.2.1 ------------------------------------------------------- --------------------------------------------------------------------- Note! The ssh-3.2.1 application can *not* be applied independently of other applications on an arbitrary OTP 17 installation. On a full OTP 17 installation, also the following runtime dependency has to be satisfied: -- stdlib-2.3 (first satisfied in OTP 17.4) --- Fixed Bugs and Malfunctions --- OTP-12645 Application(s): ssh Related Id(s): seq12816 Ssh crashed if a message was sent on a channel with packet_size = 0. A new option for ssh:daemon is also introduced: minimal_remote_max_packet_size. This option sets the least max packet size declaration that the daemon will accept from a client. The default value is 0 to maintain compatibility with OpenSSH and the rfc:s. Full runtime dependencies of ssh-3.2.1: crypto-3.3, erts-6.0, kernel-3.0, public_key-0.22, stdlib-2.3 --------------------------------------------------------------------- --------------------------------------------------------------------- ---------------------------------------------------------------------