Modifier and Type | Method and Description |
---|---|
SshAgent |
SshAgentFactory.createClient(Session session)
Create an SshAgent that can be used on the client side by the authentication
process to send possible keys.
|
SshAgentServer |
SshAgentFactory.createServer(Session session)
Create the server side that will be used by other SSH clients.
|
Modifier and Type | Method and Description |
---|---|
SshAgent |
ProxyAgentFactory.createClient(Session session) |
SshAgent |
LocalAgentFactory.createClient(Session session) |
SshAgentServer |
ProxyAgentFactory.createServer(Session session) |
SshAgentServer |
LocalAgentFactory.createServer(Session session) |
Modifier and Type | Method and Description |
---|---|
SshAgent |
UnixAgentFactory.createClient(Session session) |
SshAgentServer |
UnixAgentFactory.createServer(Session session) |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
Session |
Channel.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.init(Session session,
int id) |
void |
SessionListener.sessionClosed(Session s) |
void |
SessionListener.sessionCreated(Session session) |
Modifier and Type | Field and Description |
---|---|
protected Session |
AbstractChannel.session |
Modifier and Type | Method and Description |
---|---|
Session |
AbstractChannel.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannel.init(Session session,
int id) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
FileSystemView |
FileSystemFactory.createFileSystemView(Session session)
Create user specific file system view.
|
Modifier and Type | Method and Description |
---|---|
FileSystemView |
NativeFileSystemFactory.createFileSystemView(Session session)
Create the appropriate user file system view.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerSession
TODO: handle key re-exchange
key re-exchange should be performed after each gigabyte of transferred data
or one hour time connection (see RFC4253, section 9)
TODO: better use of SSH_MSG_DISCONNECT and disconnect error codes
TODO Add javadoc
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.