golang.org/x/crypto/ssh/agent.Key.Comment (field)
6 uses
golang.org/x/crypto/ssh/agent (current package)
client.go#L237: Comment string
client.go#L249: if k.Comment != "" {
client.go#L250: s += " " + k.Comment
client.go#L299: Comment: record.Comment,
keyring.go#L141: Comment: k.comment})
server.go#L52: record.Comment = k.Comment
![]() |
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. |