Uses of Interface
org.apache.sshd.client.keyverifier.ModifiedServerKeyAcceptor
-
Packages that use ModifiedServerKeyAcceptor Package Description org.apache.sshd.client.keyverifier -
-
Uses of ModifiedServerKeyAcceptor in org.apache.sshd.client.keyverifier
Classes in org.apache.sshd.client.keyverifier that implement ModifiedServerKeyAcceptor Modifier and Type Class Description class
DefaultKnownHostsServerKeyVerifier
Monitors the~/.ssh/known_hosts
file of the user currently running the client, updating and re-loading it if necessary.class
KnownHostsServerKeyVerifier
Methods in org.apache.sshd.client.keyverifier that return ModifiedServerKeyAcceptor Modifier and Type Method Description ModifiedServerKeyAcceptor
KnownHostsServerKeyVerifier. getModifiedServerKeyAcceptor()
Methods in org.apache.sshd.client.keyverifier with parameters of type ModifiedServerKeyAcceptor Modifier and Type Method Description void
KnownHostsServerKeyVerifier. setModifiedServerKeyAcceptor(ModifiedServerKeyAcceptor acceptor)
-