Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrSSHBannerTimeout greet.ErrorCode = "banner_timeout" ErrSSHInvalidBanner greet.ErrorCode = "invalid_banner" )
View Source
const DefaultSSHPort = 22
DefaultSSHPort is the well-known port for SSH.
View Source
const ProtocolName = "ssh"
ProtocolName is the registered name for the SSH protocol.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSH ¶
type SSH struct{}
SSH implements an SSH version banner probe. It connects, reads the server's version string, and closes without sending its own banner (anonymous probe).
func (*SSH) DefaultPort ¶
func (*SSH) Description ¶
Click to show internal directories.
Click to hide internal directories.