Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.agent.unix | |
org.apache.sshd.client.channel | |
org.apache.sshd.client.session | |
org.apache.sshd.common | |
org.apache.sshd.common.channel | |
org.apache.sshd.common.forward | |
org.apache.sshd.common.io.mina | |
org.apache.sshd.common.io.nio2 | |
org.apache.sshd.common.session | |
org.apache.sshd.server.channel | |
org.apache.sshd.server.session | |
org.apache.sshd.server.x11 |
Modifier and Type | Class and Description |
---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
class |
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentForwardedChannel |
class |
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientChannel
TODO Add javadoc
|
class |
ChannelDirectTcpip
TODO Add javadoc
|
class |
ChannelExec
TODO Add javadoc
|
class |
ChannelSession
TODO Add javadoc
|
class |
ChannelShell
TODO Add javadoc
|
class |
ChannelSubsystem
Client channel to run a subsystem
|
class |
PtyCapableChannelSession
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConnectionService
Client side
ssh-connection service. |
class |
ClientSessionImpl
TODO Add javadoc
|
class |
ClientUserAuthService
Client side
ssh-auth service. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactoryManager
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannel
TODO Add javadoc
|
class |
BufferedIoOutputStream
An IoOutputStream capable of queuing write requests
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpipForwarder
TODO Add javadoc
|
class |
TcpipClientChannel
TODO Add javadoc
|
class |
TcpipServerChannel
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
MinaSession |
Modifier and Type | Class and Description |
---|---|
class |
Nio2Acceptor |
class |
Nio2Connector |
class |
Nio2Service |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionService
Base implementation of ConnectionService.
|
class |
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerChannel
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
ServerConnectionService
Server side
ssh-connection service. |
class |
ServerSession
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
X11ForwardSupport |
static class |
X11ForwardSupport.ChannelForwardedX11 |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.