Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler func(conn ssh.ConnMetadata, client ssh.KeyboardInteractiveChallenge) (ssh.AdditionalChallengeContext, error)
Handler is the callback for additional challenger use args client ssh.KeyboardInteractiveChallenge to interact with downstream return bool to indicate whether if the challenge is passed
Click to show internal directories.
Click to hide internal directories.