golang.org/x/crypto/ssh/agent.Key.Format (field)
7 uses
golang.org/x/crypto/ssh/agent (current package)
client.go#L235: Format string
client.go#L247: s := string(k.Format) + " " + base64.StdEncoding.EncodeToString(k.Blob)
client.go#L258: return k.Format
client.go#L297: Format: wk.Format,
keyring.go#L139: Format: pub.Type(),
server.go#L95: return nil, s.agent.Remove(&Key{Format: wk.Format, Blob: req.KeyBlob})
server.go#L127: Format: wk.Format,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |