See the following sections for the configuration settings required by the Network Scanner - SSH plugin.

hosts

A comma-delimited list of hosts to scan. Supports multiple formats:

Format

Example

​IP addresses

192.168.1.10​

Hostnames

server.example.com

CIDR blocks (scans all hosts in subnet)

10.1.127.0/24 

IP ranges (scans last octet range)

192.168.1.1-50 

This value can combine all formats in a single configuration. For example: 

192.168.1.10,server.example.com,10.1.127.0/24,192.168.1.1-50

ports

A comma-delimited list of TCP port numbers to scan for SSH services.

Port 22 is the standard SSH port, but many systems use non-standard ports for security.

This value supports a list of up to 100 ports. For example:

22,2222,2200,8022