Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "ssh-auditor", Short: "ssh-auditor tests ssh server password security", Long: `Complete documentation is available at https://github.com/ncsa/ssh-auditor`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { if debug { log.Root().SetHandler(log.LvlFilterHandler( log.LvlDebug, log.StderrHandler)) } else { log.Root().SetHandler(log.LvlFilterHandler( log.LvlInfo, log.StderrHandler)) } return initStore() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.