golang.org/x/crypto/ssh/agent.ecdsaCertMsg.Comments (field)

3 uses

	golang.org/x/crypto/ssh/agent (current package)
		client.go#L631: 	Comments    string
		client.go#L695: 			Comments:    comment,
		server.go#L486: 	addedKey := &AddedKey{PrivateKey: priv, Certificate: cert, Comment: k.Comments}