| java.lang.Object | ||
| ↳ | net.schmizz.sshj.userauth.method.AbstractAuthMethod | |
| ↳ | net.schmizz.sshj.userauth.method.AuthNone | |
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)
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.userauth.method.AbstractAuthMethod
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[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
| |||||||||||