NAME

probes::SSH - Secure Shell Probe for SmokePing


SYNOPSIS

 *** Probes ***
 + SSH
 binary = /usr/bin/ssh-keyscan
 *** Targets *** 
 probe = SSH
 forks = 10
 + First
 menu = First
 title = First Target
 # ....


DESCRIPTION

Integrates ssh-keyscan as a probe into smokeping. The variable binary must point to your copy of the ssh-keyscan program. If it is not installed on your system yet, you should install openssh >= 3.8p1

The Probe asks the given host n-times for it's public key. Where n is the amount given in the Database section of the config File.

Supported probe-specific variables:

binary
The location of your ssh-keyscan binary.

forks
The number of concurrent processes to be run. See probes::basefork(3pm) for details.

Supported target-level probe variables:


AUTHOR

Christian Recktenwald<lt>smokeping-contact@citecs.de