public class

AuthNone

extends AbstractAuthMethod
java.lang.Object
   ↳ net.schmizz.sshj.userauth.method.AbstractAuthMethod
     ↳ net.schmizz.sshj.userauth.method.AuthNone

Class Overview

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)

Summary

[Expand]
Inherited Fields
From class net.schmizz.sshj.userauth.method.AbstractAuthMethod
Public Constructors
AuthNone()
[Expand]
Inherited Methods
From class net.schmizz.sshj.userauth.method.AbstractAuthMethod
From class java.lang.Object
From interface net.schmizz.sshj.common.SSHPacketHandler
From interface net.schmizz.sshj.userauth.method.AuthMethod

Public Constructors

public AuthNone ()