func golang.org/x/crypto/ssh.ParseKnownHosts

one use

	golang.org/x/crypto/ssh (current package)
		keys.go#L123: func ParseKnownHosts(in []byte) (marker string, hosts []string, pubKey PublicKey, comment string, rest []byte, err error) {