const golang.org/x/crypto/ssh/knownhosts.markerCert

3 uses

	golang.org/x/crypto/ssh/knownhosts (current package)
		knownhosts.go#L167: const markerCert = "@cert-authority"
		knownhosts.go#L180: 	if w, next := nextWord(line); w == markerCert || w == markerRevoked {
		knownhosts.go#L227: 		cert: marker == markerCert,