net.schmizz.sshj.userauth.method
Class AuthNone
java.lang.Object
net.schmizz.sshj.userauth.method.AbstractAuthMethod
net.schmizz.sshj.userauth.method.AuthNone
- All Implemented Interfaces:
- SSHPacketHandler, AuthMethod
public class AuthNone
- extends AbstractAuthMethod
none
auth. No authentication information is exchanged in the request packet save username and the next
service requested. This method generally fails and is typically used to find out the method allowed by an SSH server
(sent as part of the SSH_MSG_USERAUTH_FAILURE
packet)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthNone
public AuthNone()
Copyright © 2009-2012. All Rights Reserved.