From 6cb0e422e9e508b93321b8a524e355397912280e Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 10 Sep 2018 02:30:25 +0100 Subject: [PATCH] docs: changelog typo. --- docs/changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9d99d414..7beb043c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -59,8 +59,8 @@ Enhancements action. * `#337 `_: To avoid a scaling - limitation, Mitogen no longer requires a PTY for every SSH client unless an - SSH password has been specified. + limitation, a PTY is no longer allocated for an SSH connection unless the + configuration specifies a password. * `d62e6e2a `_: many-target runs executed the dependency scanner redundantly due to missing @@ -150,8 +150,8 @@ Core Library was fixed. * `#337 `_: to avoid a scaling - limitation, SSH now longer allocates a PTY for every OpenSSH client if it can - be avoided. PTYs are only allocated if a password is supplied, or when + limitation, a PTY is no longer allocated for each OpenSSH client if it can be + avoided. PTYs are only allocated if a password is supplied, or when `host_key_checking=accept`. This is since Linux has a default of 4096 PTYs (``kernel.pty.max``), while OS X has a default of 127 and an absolute maximum of 999 (``kern.tty.ptmx_max``).