diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-12-10 23:21:56 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-12-11 19:11:07 +1100 |
commit | 22d4beb79622fc82d7111ac941269861fc7aef8d (patch) | |
tree | 70f7aeea448c02c9d0cafb37584778829f3bf4af /PROTOCOL.u2f | |
parent | 75f7f22a43799f6d25dffd9d6683de1601da05a3 (diff) |
upstream: loading security keys into ssh-agent used the extension
constraint "sk-provider@openssh.com", not "sk@openssh.com"; spotted by Ron
Frederick
OpenBSD-Commit-ID: dbfba09edbe023abadd5f59c1492df9073b0e51d
Diffstat (limited to 'PROTOCOL.u2f')
-rw-r--r-- | PROTOCOL.u2f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f index 375d73bbc..823f53634 100644 --- a/PROTOCOL.u2f +++ b/PROTOCOL.u2f | |||
@@ -205,7 +205,7 @@ with a new key constraint extension to encode a path to the middleware | |||
205 | library for the key. The format of this constraint extension would be: | 205 | library for the key. The format of this constraint extension would be: |
206 | 206 | ||
207 | byte SSH_AGENT_CONSTRAIN_EXTENSION | 207 | byte SSH_AGENT_CONSTRAIN_EXTENSION |
208 | string sk@openssh.com | 208 | string sk-provider@openssh.com |
209 | string middleware path | 209 | string middleware path |
210 | 210 | ||
211 | This constraint-based approach does not present any compatibility | 211 | This constraint-based approach does not present any compatibility |