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

3 uses

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