Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.client.future | |
org.apache.sshd.client.session |
Modifier and Type | Method and Description |
---|---|
AuthFuture |
ClientSession.authAgent(String username) |
AuthFuture |
ClientSession.authPassword(String username,
String password) |
AuthFuture |
ClientSession.authPublicKey(String username,
KeyPair key) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthFuture
A default implementation of
AuthFuture . |
Modifier and Type | Method and Description |
---|---|
AuthFuture |
ClientSessionImpl.authAgent(String username) |
AuthFuture |
ClientSessionImpl.authPassword(String username,
String password) |
AuthFuture |
ClientSessionImpl.authPublicKey(String username,
KeyPair key) |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.