Uses of Interface
com.sshtools.j2ssh.transport.HostKeyVerification
-
Packages that use HostKeyVerification Package Description com.sshtools.common.automate com.sshtools.common.hosts com.sshtools.common.ui com.sshtools.j2ssh com.sshtools.j2ssh.transport -
-
Uses of HostKeyVerification in com.sshtools.common.automate
Subinterfaces of HostKeyVerification in com.sshtools.common.automate Modifier and Type Interface Description interfaceSystemVerification -
Uses of HostKeyVerification in com.sshtools.common.hosts
Classes in com.sshtools.common.hosts that implement HostKeyVerification Modifier and Type Class Description classAbstractHostKeyVerificationclassConsoleHostKeyVerificationclassDialogHostKeyVerificationclassDialogKnownHostsKeyVerification -
Uses of HostKeyVerification in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as HostKeyVerification Modifier and Type Field Description protected HostKeyVerificationSshToolsApplicationClientPanel. hostKeyVerificationMethods in com.sshtools.common.ui that return HostKeyVerification Modifier and Type Method Description HostKeyVerificationSshToolsApplicationClientPanel. getHostKeyVerification()Methods in com.sshtools.common.ui with parameters of type HostKeyVerification Modifier and Type Method Description voidSshToolsApplicationClientPanel. setHostHostVerification(HostKeyVerification hostKeyVerification) -
Uses of HostKeyVerification in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type HostKeyVerification Modifier and Type Method Description voidSshClient. connect(SshConnectionProperties properties, HostKeyVerification hostVerification)Connect the client to the server with the specified properties.voidSshClient. connect(java.lang.String hostname, int port, HostKeyVerification hosts)Connect the client to the server on a specified port with default connection properties.voidSshClient. connect(java.lang.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 HostKeyVerification Modifier and Type Class Description classAbstractKnownHostsKeyVerificationAn abstractHostKeyVerificationclass providing validation against the known_hosts format.classConsoleKnownHostsKeyVerificationImplements theAbstractKnownHostsKeyVerificationto provide host key verification through the console.classIgnoreHostKeyVerificationA simple host key verification implementation that automatically approves the servers host key.Fields in com.sshtools.j2ssh.transport declared as HostKeyVerification Modifier and Type Field Description protected HostKeyVerificationTransportProtocolCommon. hostsConstructors in com.sshtools.j2ssh.transport with parameters of type HostKeyVerification Constructor Description TransportProtocolClient(HostKeyVerification hosts)Creates a new TransportProtocolClient object.
-