Package org.apache.maven.wagon.providers.ssh.knownhost
-
Interface Summary Interface Description KnownHostsProvider Provides a way to add Known Hosts fingerprints to the JSch transport -
Class Summary Class Description AbstractKnownHostsProvider Common base for known hosts providers.FileKnownHostsProvider Provides known hosts from a fileKnownHostEntry NullKnownHostProvider DummyKnownHostsProvider
SingleKnownHostProvider SimpleKnownHostsProvider
with known wired valuesStreamKnownHostsProvider Provides known hosts from a file -
Exception Summary Exception Description KnownHostChangedException Exception related to known_host check failures.UnknownHostException Exception related to known_host check failures.