Current implementation of [`net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.SimpleEntry`](https://github.com/hierynomus/sshj/blob/master/src/main/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHosts.java) does not seem to support hostname patterns, just plain old hostnames. - [x] `foo.example.org` - [ ] `???.example.org` - [ ] `*.example.org` Seems to be an omission similar to #281, might as well do them at once.