Hi, Is there a way to force check_by_ssh to use version 1 of the ssh protocol? The equivalent command line would be something like: ssh -o 'Protocol=1,2' foo.bar.com Otherwise, version 2 of the protocol is prefered, and doesn't always work with a large, heterogeneous machine distribution. dave