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 TypeClassDescriptionclass
class
class
class
-
Uses of HostKeyVerification in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as HostKeyVerificationModifier and TypeFieldDescriptionprotected HostKeyVerification
SshToolsApplicationClientPanel.hostKeyVerification
Methods in com.sshtools.common.ui that return HostKeyVerificationMethods in com.sshtools.common.ui with parameters of type HostKeyVerificationModifier and TypeMethodDescriptionvoid
SshToolsApplicationClientPanel.setHostHostVerification
(HostKeyVerification hostKeyVerification) -
Uses of HostKeyVerification in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type HostKeyVerificationModifier and TypeMethodDescriptionvoid
SshClient.connect
(SshConnectionProperties properties, HostKeyVerification hostVerification) Connect the client to the server with the specified properties.void
SshClient.connect
(String hostname, int port, HostKeyVerification hosts) Connect the client to the server on a specified port with default connection properties.void
SshClient.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 TypeClassDescriptionclass
An abstractHostKeyVerification
class providing validation against the known_hosts format.class
Implements theAbstractKnownHostsKeyVerification
to provide host key verification through the console.class
A 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.