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 interface
SystemVerification
-
Uses of HostKeyVerification in com.sshtools.common.hosts
Classes in com.sshtools.common.hosts that implement HostKeyVerification Modifier and Type Class Description class
AbstractHostKeyVerification
class
ConsoleHostKeyVerification
class
DialogHostKeyVerification
class
DialogKnownHostsKeyVerification
-
Uses of HostKeyVerification in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as HostKeyVerification Modifier and Type Field Description protected HostKeyVerification
SshToolsApplicationClientPanel. hostKeyVerification
Methods in com.sshtools.common.ui that return HostKeyVerification Modifier and Type Method Description HostKeyVerification
SshToolsApplicationClientPanel. getHostKeyVerification()
Methods in com.sshtools.common.ui with parameters of type HostKeyVerification Modifier and Type Method Description void
SshToolsApplicationClientPanel. 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 void
SshClient. connect(SshConnectionProperties properties, HostKeyVerification hostVerification)
Connect the client to the server with the specified properties.void
SshClient. connect(java.lang.String hostname, int port, HostKeyVerification hosts)
Connect the client to the server on a specified port with default connection properties.void
SshClient. 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 class
AbstractKnownHostsKeyVerification
An abstractHostKeyVerification
class providing validation against the known_hosts format.class
ConsoleKnownHostsKeyVerification
Implements theAbstractKnownHostsKeyVerification
to provide host key verification through the console.class
IgnoreHostKeyVerification
A 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 HostKeyVerification
TransportProtocolCommon. hosts
Constructors in com.sshtools.j2ssh.transport with parameters of type HostKeyVerification Constructor Description TransportProtocolClient(HostKeyVerification hosts)
Creates a new TransportProtocolClient object.
-