golang.org/x/crypto/ssh.CertChecker.HostKeyFallback (field)

4 uses

	golang.org/x/crypto/ssh (current package)
		certs.go#L298: 	HostKeyFallback HostKeyCallback
		certs.go#L312: 		if c.HostKeyFallback != nil {
		certs.go#L313: 			return c.HostKeyFallback(addr, remote, key)

	golang.org/x/crypto/ssh/knownhosts
		knownhosts.go#L433: 	certChecker.HostKeyFallback = db.check