diff options
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index bdd2d426..ff59a865 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -57,8 +57,8 @@ Changelog - :feature:`387` Users of `~paramiko.client.SSHClient` can now configure the authentication logic Paramiko uses when connecting to servers; this functionality is intended for advanced users and higher-level libraries such - as `Fabric <https://fabfile.org>`_. See :ref:`the conceptual API docs - <auth-flow>` for details. + as `Fabric <https://fabfile.org>`_. See `~paramiko.auth_strategy` for + details. Fabric's co-temporal release includes a proof-of-concept use of this feature, implementing an auth flow much closer to that of the OpenSSH client (versus |