com.jcraft.jsch
Class UserAuth
public abstract class UserAuth
extends java.lang.Object
SSH_MSG_USERAUTH_BANNER
protected static final int SSH_MSG_USERAUTH_BANNER
SSH_MSG_USERAUTH_FAILURE
protected static final int SSH_MSG_USERAUTH_FAILURE
SSH_MSG_USERAUTH_INFO_REQUEST
protected static final int SSH_MSG_USERAUTH_INFO_REQUEST
SSH_MSG_USERAUTH_INFO_RESPONSE
protected static final int SSH_MSG_USERAUTH_INFO_RESPONSE
SSH_MSG_USERAUTH_PK_OK
protected static final int SSH_MSG_USERAUTH_PK_OK
SSH_MSG_USERAUTH_REQUEST
protected static final int SSH_MSG_USERAUTH_REQUEST
SSH_MSG_USERAUTH_SUCCESS
protected static final int SSH_MSG_USERAUTH_SUCCESS
start
public boolean start(Session session,
UserInfo userinfo)
throws Exception