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

4 uses

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