Erlang/OTP 23.1.5

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:23.1.5
Patch Package OTP 23.1.5
Git Tag OTP-23.1.5
Date 2020-12-07
Issue Id
ERIERL-567
System OTP
Release 23
Application

ssh-4.10.5 #

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

OTP-17021
Application(s):
ssh
Related Id(s):
ERIERL-567

An ssh-client can take an accepted socket from a listening socket and do an ssh:connect/2 on it.

Multiple clients on sockets accepted from the same listening socket had stopped working. This is corrected now.

Full runtime dependencies of ssh-4.10.5: crypto-4.6.4, erts-9.0, kernel-5.3, public_key-1.6.1, stdlib-3.4.1