golang.org/x/crypto/ssh/knownhosts.keyDBLine.match (method)

3 uses

	golang.org/x/crypto/ssh/knownhosts (current package)
		knownhosts.go#L123: func (l *keyDBLine) match(a addr) bool {
		knownhosts.go#L154: 		if l.cert && keyEq(l.knownKey.Key, remote) && l.match(a) {
		knownhosts.go#L364: 		if l.match(a) {