golang.org/x/crypto/ssh/agent.Key.Blob (field)
8 uses
golang.org/x/crypto/ssh/agent (current package)
client.go#L236: Blob []byte
client.go#L247: s := string(k.Format) + " " + base64.StdEncoding.EncodeToString(k.Blob)
client.go#L263: return k.Blob
client.go#L268: pubKey, err := ssh.ParsePublicKey(k.Blob)
client.go#L298: Blob: record.Blob,
keyring.go#L140: Blob: pub.Marshal(),
server.go#L95: return nil, s.agent.Remove(&Key{Format: wk.Format, Blob: req.KeyBlob})
server.go#L128: Blob: req.KeyBlob,
![]() |
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. |