two sshd monitor
Dear Rodolfo,
I have done this exactly the way you mentioned, see this part of
bb-services:
[ssh80]
send "SSH-2.0-OpenSSH_4.1\r\n"
expect "SSH"
options banner
port 80
After that you can configure your bb-hosts file with this test like this:
0.0.0.0 host.domain.com # ssh80
Or if you have two sshd's running:
0.0.0.0 host.domain.com # ssh ssh80
Hope that helps!
Regards