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 classDefaultKnownHostsServerKeyVerifierMonitors the~/.ssh/known_hostsfile of the user currently running the client, updating and re-loading it if necessary.classKnownHostsServerKeyVerifierMethods in org.apache.sshd.client.keyverifier that return ModifiedServerKeyAcceptor Modifier and Type Method Description ModifiedServerKeyAcceptorKnownHostsServerKeyVerifier. getModifiedServerKeyAcceptor()Methods in org.apache.sshd.client.keyverifier with parameters of type ModifiedServerKeyAcceptor Modifier and Type Method Description voidKnownHostsServerKeyVerifier. setModifiedServerKeyAcceptor(ModifiedServerKeyAcceptor acceptor)
-