]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix non-ASCII quote that snuck in; spotted by Gabriel
authordjm@openbsd.org <djm@openbsd.org>
Tue, 12 May 2020 01:41:32 +0000 (01:41 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 27 May 2020 00:09:18 +0000 (10:09 +1000)
Kihlman

OpenBSD-Commit-ID: 04bcde311de2325d9e45730c744c8de079b49800

PROTOCOL.u2f

index fd4325b3aba2a799e1bc39403011b0bce43f3385..69347e9992edd952eb8f5c3b4d14e1b223c58ebc 100644 (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).