Documentation
¶
Overview ¶
Package usersession holds model related to the user session context
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthType ¶ added in v0.74.0
type AuthType uint8
AuthType is used to identify the SSH authentication method
const ( // SSHAuthMethodUnknown is the unknown SSH authentication method SSHAuthMethodUnknown AuthType = iota // SSHAuthMethodPassword is the password SSH authentication method SSHAuthMethodPassword // SSHAuthMethodPublicKey is the public key SSH authentication method SSHAuthMethodPublicKey )
SSHAuthMethodConstants are the supported SSH authentication methods
Click to show internal directories.
Click to hide internal directories.