Modifier and Type | Class and Description |
---|---|
class |
HostConfigEntry
Represents an entry in the client's configuration file as defined by
the ssh_config
configuration file format
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientSession
An authenticated session to a given SSH server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientSession
Provides default implementations of
ClientSession related methods |
class |
ClientSessionImpl
The default implementation of a
ClientSession |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicCredentialsProvider |
interface |
MutableBasicCredentials |
interface |
MutableUserHolder |
Modifier and Type | Class and Description |
---|---|
class |
BasicCredentialsImpl |
Modifier and Type | Class and Description |
---|---|
class |
ScpLocation
Represents a local or remote SCP location in the format
user@host:path
for a remote path and a simple path for a local one. |
Modifier and Type | Interface and Description |
---|---|
interface |
Session
Represents an SSH session.
|
interface |
SessionContext
A "succinct" summary of the most important attributes of an SSH session
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
class |
SessionHelper
Contains split code in order to make
AbstractSession class smaller |
Modifier and Type | Interface and Description |
---|---|
interface |
UserAuth
Server side authentication mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAuth |
class |
UserAuthNone
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthGSS
Prototype user authentication handling gssapi-with-mic.
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthHostBased |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthKeyboardInteractive
Issue a "keyboard-interactive" command according to RFC4256
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthPassword
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthPublicKey
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthorizedKeysAuthenticator
Monitors the
~/.ssh/authorized_keys file of the user currently running
the server, re-loading it if necessary. |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerSession |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerSession
Provides default implementations for
ServerSession related methods |
class |
ServerSessionImpl
The default implementation for a
ServerSession |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.