| Package | Description |
|---|---|
| org.opendaylight.netconf.nettyutil.handler.ssh.authentication | |
| org.opendaylight.netconf.nettyutil.handler.ssh.client |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginPassword
Class Providing username/password authentication option to
AsyncSshHandler. |
class |
PublicKeyAuth
Represents Auth information for the public key based authentication for netconf.
|
| Modifier and Type | Method and Description |
|---|---|
static AsyncSshHandler |
AsyncSshHandler.createForNetconfSubsystem(AuthenticationHandler authenticationHandler) |
static AsyncSshHandler |
AsyncSshHandler.createForNetconfSubsystem(AuthenticationHandler authenticationHandler,
io.netty.util.concurrent.Future<?> negotiationFuture)
Create AsyncSshHandler for netconf subsystem.
|
| Constructor and Description |
|---|
AsyncSshHandler(AuthenticationHandler authenticationHandler,
org.apache.sshd.SshClient sshClient)
Constructor of
AsyncSshHandler. |
AsyncSshHandler(AuthenticationHandler authenticationHandler,
org.apache.sshd.SshClient sshClient,
io.netty.util.concurrent.Future<?> negotiationFuture) |
Copyright © 2017 OpenDaylight. All rights reserved.