[openssh-commits] [openssh] 07/08: upstream: loading security keys into ssh-agent used the extension
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Dec 11 19:11:24 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 22d4beb79622fc82d7111ac941269861fc7aef8d
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Dec 10 23:21:56 2019 +0000
upstream: loading security keys into ssh-agent used the extension
constraint "sk-provider at openssh.com", not "sk at openssh.com"; spotted by Ron
Frederick
OpenBSD-Commit-ID: dbfba09edbe023abadd5f59c1492df9073b0e51d
---
PROTOCOL.u2f | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index 375d73bb..823f5363 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -205,7 +205,7 @@ with a new key constraint extension to encode a path to the middleware
library for the key. The format of this constraint extension would be:
byte SSH_AGENT_CONSTRAIN_EXTENSION
- string sk at openssh.com
+ string sk-provider at openssh.com
string middleware path
This constraint-based approach does not present any compatibility
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list