Package | Description |
---|---|
com.maverick.agent.client | |
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSocketForwardingChannel |
Modifier and Type | Method and Description |
---|---|
Ssh2Channel |
AgentForwardingChannelFactory.createChannel(String channeltype,
byte[] requestdata) |
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 © 2024. All rights reserved.