Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/crypto/ssh/agent: support smartcard keys #16304

Open
jakob223 opened this issue Jul 8, 2016 · 2 comments
Open

x/crypto/ssh/agent: support smartcard keys #16304

jakob223 opened this issue Jul 8, 2016 · 2 comments
Milestone

Comments

@jakob223
Copy link
Contributor

jakob223 commented Jul 8, 2016

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
go version go1.6.2 darwin/amd64
  1. What operating system and processor architecture are you using (go env)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH=""
GORACE=""
GOROOT="/usr/local/Cellar/go/1.6.2/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.6.2/libexec/pkg/tool/darwin_amd64"
GO15VENDOREXPERIMENT="1"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"
  1. What did you do?

This doesn't particularly apply, it's that I want to be able to use the client to add and remove smartcard keys. The agent API for this is pretty simple, but the Go implementation ignores them.

  1. What did you expect to see?

an implementation

  1. What did you see instead?

an unused variable for the protocol number and that's it.

@jakob223
Copy link
Contributor Author

jakob223 commented Jul 8, 2016

https://golang.org/doc/contribute.html suggests that I should claim an issue before working on it, but I can't assign myself this, and I don't know how claiming would otherwise work.

@bradfitz bradfitz changed the title golang.org/x/crypto/ssh/agent doesn't support smartcard keys x/crypto/ssh/agent: support smartcard keys Jul 8, 2016
@bradfitz
Copy link
Contributor

bradfitz commented Jul 8, 2016

I don't know of anybody else working on it, so consider it yours.

/cc @hanwen @agl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants