Running check_ssh returns the wrong data when run
against OpenSSH:
SSH ok - protocol version 1.99- - server version
After modifying the code, I now get:
SSH ok - protocol version 1.99 - server version
OpenSSH_2.5.1
The code also did not work against SSH 1.2.27; before:
SSH ok - protocol version 1.5-1.2.27 - server version
And now:
SSH ok - protocol version 1.5 - server version 1.2.27
The usage is also wrong and incomplete.
Patch to follow...