| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.server |
| Modifier and Type | Field and Description |
|---|---|
protected PublickeyAuthenticator |
SshServer.publickeyAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
PublickeyAuthenticator |
SshServer.getPublickeyAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setPublickeyAuthenticator(PublickeyAuthenticator publickeyAuthenticator) |
| Modifier and Type | Method and Description |
|---|---|
PublickeyAuthenticator |
ServerFactoryManager.getPublickeyAuthenticator()
Retrieve the
PublickeyAuthenticator to be used by SSH server. |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.