public class AuthHostbased extends KeyedAuthMethod
hostbased SSH authentication method.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
hostname |
protected java.lang.String |
hostuser |
kProvlog, params| Constructor and Description |
|---|
AuthHostbased(KeyProvider kProv,
java.lang.String hostname,
java.lang.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, shouldRetryprotected final java.lang.String hostname
protected final java.lang.String hostuser
public AuthHostbased(KeyProvider kProv, java.lang.String hostname, java.lang.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 AbstractAuthMethodUserAuthException