Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // If true, then we attack incoming clients with their own passwords EnableAttack bool // Banner for the SSHD to use. // If empty, then "SSH-2.0-OpenSSH_7.4p1" is used. Banner string // Hostkey file names. // If none provided, then a 2048 bit RSA key is generated PEMFiles []string // If empty, the default log output is to os.Stderr Output io.Writer }
Click to show internal directories.
Click to hide internal directories.