| Package | Description |
|---|---|
| com.sshtools.common.automate | |
| com.sshtools.common.hosts | |
| com.sshtools.common.ui | |
| com.sshtools.j2ssh | |
| com.sshtools.j2ssh.transport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemVerification |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHostKeyVerification |
class |
ConsoleHostKeyVerification |
class |
DialogHostKeyVerification |
class |
DialogKnownHostsKeyVerification |
| Modifier and Type | Field and Description |
|---|---|
protected HostKeyVerification |
SshToolsApplicationClientPanel.hostKeyVerification |
| Modifier and Type | Method and Description |
|---|---|
HostKeyVerification |
SshToolsApplicationClientPanel.getHostKeyVerification() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshToolsApplicationClientPanel.setHostHostVerification(HostKeyVerification hostKeyVerification) |
| Modifier and Type | Method and 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,
HostKeyVerification hosts)
Connect the client to the server using the default connection
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKnownHostsKeyVerification
An abstract
HostKeyVerification class providing validation
against the known_hosts format. |
class |
ConsoleKnownHostsKeyVerification
Implements the
AbstractKnownHostsKeyVerification to provide
host key verification through the console. |
class |
IgnoreHostKeyVerification
A simple host key verification implementation that automatically approves
the servers host key.
|
| Modifier and Type | Field and Description |
|---|---|
protected HostKeyVerification |
TransportProtocolCommon.hosts |
| Constructor and Description |
|---|
TransportProtocolClient(HostKeyVerification hosts)
Creates a new TransportProtocolClient object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.