| Package | Description |
|---|---|
| com.sshtools.ssh2 |
This package contains an SSH2 implementation of the
com.sshtools.ssh interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ssh2Session
This class implements the SSH2 session channel, unlike SSH1 multiple sessions
can be opened on the same SSH connection.
|
| Modifier and Type | Method and Description |
|---|---|
Ssh2Channel |
ChannelFactory.createChannel(String channeltype,
byte[] requestdata)
Create an instance of an SSH channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ssh2Client.openChannel(Ssh2Channel channel,
byte[] requestdata)
Additional method to open a custom SSH2 channel.
|
Copyright © 2014. All rights reserved.