Uses of Interface
com.sshtools.j2ssh.transport.HostKeyVerification
Packages that use HostKeyVerification
Package
Description
-
Uses of HostKeyVerification in com.sshtools.common.automate
Subinterfaces of HostKeyVerification in com.sshtools.common.automate -
Uses of HostKeyVerification in com.sshtools.common.hosts
Classes in com.sshtools.common.hosts that implement HostKeyVerificationModifier and TypeClassDescriptionclassclassclassclass -
Uses of HostKeyVerification in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as HostKeyVerificationModifier and TypeFieldDescriptionprotected HostKeyVerificationSshToolsApplicationClientPanel.hostKeyVerificationMethods in com.sshtools.common.ui that return HostKeyVerificationMethods in com.sshtools.common.ui with parameters of type HostKeyVerificationModifier and TypeMethodDescriptionvoidSshToolsApplicationClientPanel.setHostHostVerification(HostKeyVerification hostKeyVerification) -
Uses of HostKeyVerification in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type HostKeyVerificationModifier and TypeMethodDescriptionvoidSshClient.connect(SshConnectionProperties properties, HostKeyVerification hostVerification) Connect the client to the server with the specified properties.voidSshClient.connect(String hostname, int port, HostKeyVerification hosts) Connect the client to the server on a specified port with default connection properties.voidSshClient.connect(String hostname, HostKeyVerification hosts) Connect the client to the server using the default connection properties. -
Uses of HostKeyVerification in com.sshtools.j2ssh.transport
Classes in com.sshtools.j2ssh.transport that implement HostKeyVerificationModifier and TypeClassDescriptionclassAn abstractHostKeyVerificationclass providing validation against the known_hosts format.classImplements theAbstractKnownHostsKeyVerificationto provide host key verification through the console.classA simple host key verification implementation that automatically approves the servers host key.Fields in com.sshtools.j2ssh.transport declared as HostKeyVerificationConstructors in com.sshtools.j2ssh.transport with parameters of type HostKeyVerificationModifierConstructorDescriptionCreates a new TransportProtocolClient object.