Erlang/OTP 17.5.1

This release of Erlang/OTP can be built from source or installed using pre-built packages for your OS or third-party tools (such as kerl or asdf).

docker run -it erlang:17.5.1
Patch Package OTP 17.5.1
Git Tag OTP-17.5.1
Date 2015-04-10
Issue Id
seq12816
System OTP
Release 17
Application

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)

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