Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
com.maverick.ssh1 |
This package contains an SSH1 implementation of the
com.maverick.ssh interfaces.
|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
SshConnector
Connecting to an SSH server STARTS HERE!.
|
Modifier and Type | Method and Description |
---|---|
void |
SshClient.connect(SshTransport transport,
SshContext context,
SshClientConnector connector,
String username,
String localIdentification,
String remoteIdentification,
boolean buffered)
Connect to an SSH server.
|
SshClient |
SshClient.openRemoteClient(String hostname,
int port,
String username,
SshClientConnector con)
Open up an SSH client from the remote machine to another remote server.
|
Modifier and Type | Method and Description |
---|---|
void |
Ssh1Client.connect(SshTransport transport,
SshContext context,
SshClientConnector connector,
String username,
String localIdentification,
String remoteIdentification,
boolean buffered) |
SshClient |
Ssh1Client.openRemoteClient(String hostname,
int port,
String username,
SshClientConnector con) |
Modifier and Type | Method and Description |
---|---|
void |
Ssh2Client.connect(SshTransport io,
SshContext context,
SshClientConnector connector,
String username,
String localIdentification,
String remoteIdentification,
boolean buffered) |
SshClient |
Ssh2Client.openRemoteClient(String hostname,
int port,
String username,
SshClientConnector con) |
Copyright © 2024. All rights reserved.