[openssh-commits] [openssh] 03/15: upstream: fix non-ASCII quote that snuck in; spotted by Gabriel

git+noreply at mindrot.org git+noreply at mindrot.org
Wed May 27 21:55:02 AEST 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 829451815ec207e14bd54ff5cf7e22046816f042
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue May 12 01:41:32 2020 +0000

    upstream: fix non-ASCII quote that snuck in; spotted by Gabriel
    
    Kihlman
    
    OpenBSD-Commit-ID: 04bcde311de2325d9e45730c744c8de079b49800
---
 PROTOCOL.u2f | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index fd4325b3..69347e99 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -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 sshd’s 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).

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list