public class AuthHostbased extends KeyedAuthMethod
hostbased SSH authentication method.| Modifier and Type | Field and Description |
|---|---|
protected String |
hostname |
protected String |
hostuser |
kProvlog, params| Constructor and Description |
|---|
AuthHostbased(KeyProvider kProv,
String hostname,
String hostuser) |
| Modifier and Type | Method and Description |
|---|---|
protected SSHPacket |
buildReq()
Builds a
SSHPacket containing the fields common to all authentication method. |
putPubKey, putSiggetName, handle, init, makeAccountResource, request, shouldRetrypublic AuthHostbased(KeyProvider kProv, String hostname, String hostuser)
protected SSHPacket buildReq() throws UserAuthException
AbstractAuthMethodSSHPacket containing the fields common to all authentication method. Method-specific fields can
further be put into this buffer.buildReq in class AbstractAuthMethodUserAuthExceptionCopyright © 2009–2014. All rights reserved.