| java.lang.Object | |||
| ↳ | net.schmizz.sshj.userauth.method.AbstractAuthMethod | ||
| ↳ | net.schmizz.sshj.userauth.method.KeyedAuthMethod | ||
| ↳ | net.schmizz.sshj.userauth.method.AuthHostbased | ||
Implements the hostbased SSH authentication method.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hostname | |||||||||||
| hostuser | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.userauth.method.KeyedAuthMethod
| |||||||||||
From class
net.schmizz.sshj.userauth.method.AbstractAuthMethod
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Builds a
SSHPacket containing the fields common to all authentication method. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.userauth.method.KeyedAuthMethod
| |||||||||||
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
| |||||||||||
| kProv | |
|---|---|
| hostname | |
| hostuser |
Builds a SSHPacket containing the fields common to all authentication method. Method-specific fields can
further be put into this buffer.
| UserAuthException |
|---|