Erlang/OTP 21.3.7

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:21.3.7
Patch Package OTP 21.3.7
Git Tag OTP-21.3.7
Date 2019-04-26
System OTP
Release 21
Application

ssh-4.7.6 #

The ssh-4.7.6 application can be applied independently of other applications on a full OTP 21 installation.

OTP-15772
Application(s):
ssh

When an SSH server receives the very first message on a new TCP connection, and that message is not the expected one, the 64 first bytes of the received message are now dumped in the INFO REPORT that reports the Protocol Error.

This facilitates the debugging of who sends the bad message or of detecting a possible port scanning.

Full runtime dependencies of ssh-4.7.6: crypto-4.2, erts-6.0, kernel-3.0, public_key-1.5.2, stdlib-3.3