ssh/agent: support smartcard extensions#332
Conversation
Implements a `SmartcardAgent` interface that allows agents to serve the smartcard add and remove extensions. Fixes: golang/go#16304 Signed-off-by: Morten Linderud <morten@linderud.pw>
|
This PR (HEAD: 05bef1b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/724100. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/724100. |
|
Message from Nicola Murino: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/724100. |
|
Message from Morten Linderud: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/724100. |
|
Message from Nicola Murino: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/724100. |
This probably needs a bit more work but this patch allows me to at least serve the requests to add/remove smartcard with the Go crypto/ssh/agent module.
A bit of feedback and/or direction if this is the right approach would be appreciated.
Tested this with a small patch on
ssh-tpm-agent.