diff --git a/docs/api.rst b/docs/api.rst index 6bee595..4ae0fe3 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1411,7 +1411,7 @@ does not contain an ExtendedKeyUsage or if the ExtendedKeyUsage contains the OID 2.5.29.37.0, which indicates the certificate can be used for any purpose. -This check defaults to requiring a purpose of 'secureShellCient' for +This check defaults to requiring a purpose of 'secureShellClient' for client certificates and 'secureShellServer' for server certificates and should not normally need to be changed. However, certificates which contain other purposes can be supported by providing alternate values to diff --git a/docs/changes.rst b/docs/changes.rst index 97fc2c6..f48d469 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -412,7 +412,7 @@ Release 2.15.0 (3 Jul 2024) to reproduce it. * Fixed a regression from 2.14.1 related to rekeying an SSH connection - when there's acitivty on the connection in the middle of rekeying. + when there's activity on the connection in the middle of rekeying. Thanks go to GitHub user eyalgolan1337 for helping to narrow down this problem and test the fix.