net.schmizz.sshj.userauth.method
Class AuthHostbased
java.lang.Object
net.schmizz.sshj.userauth.method.AbstractAuthMethod
net.schmizz.sshj.userauth.method.KeyedAuthMethod
net.schmizz.sshj.userauth.method.AuthHostbased
- All Implemented Interfaces:
- SSHPacketHandler, AuthMethod
public class AuthHostbased
- extends KeyedAuthMethod
Implements the hostbased
SSH authentication method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostname
protected final String hostname
hostuser
protected final String hostuser
AuthHostbased
public AuthHostbased(KeyProvider kProv,
String hostname,
String hostuser)
buildReq
protected SSHPacket buildReq()
throws UserAuthException
- Description copied from class:
AbstractAuthMethod
- Builds a
SSHPacket
containing the fields common to all authentication method. Method-specific fields can
further be put into this buffer.
- Overrides:
buildReq
in class AbstractAuthMethod
- Throws:
UserAuthException
Copyright © 2009-2012. All Rights Reserved.