Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func (*Dispatcher) FallbackToAuthorizedKeysFile ¶
func (d *Dispatcher) FallbackToAuthorizedKeysFile() error
func (*Dispatcher) Run ¶
func (d *Dispatcher) Run() error
func (*Dispatcher) TryHandlers ¶
func (d *Dispatcher) TryHandlers(handlers []Handler) (Handler, error)
type DispatcherArgs ¶
type DispatcherArgs struct {
Username string
Homedir string
KeyType string
B64Key string
Prefix string
}
func ParseDispatcherArgs ¶
func ParseDispatcherArgs() DispatcherArgs
Click to show internal directories.
Click to hide internal directories.