upstream: fix non-ASCII quote that snuck in; spotted by Gabriel

Kihlman

OpenBSD-Commit-ID: 04bcde311de2325d9e45730c744c8de079b49800
This commit is contained in:
djm@openbsd.org 2020-05-12 01:41:32 +00:00 committed by Damien Miller
parent 5a442cec92
commit 829451815e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ primarily use ECDSA signatures in the NIST-P256 field, though the FIDO2
standard specifies additional key types, including one based on Ed25519.
Use of U2F security keys does not automatically imply multi-factor
authentication. From sshds perspective, a security key constitutes a
authentication. From sshd's perspective, a security key constitutes a
single factor of authentication, even if protected by a PIN or biometric
authentication. To enable multi-factor authentication in ssh, please
refer to the AuthenticationMethods option in sshd_config(5).