Class 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)
    • Constructor Detail

      • AuthNone

        public AuthNone()