<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm stuck troubleshooting an error message in the Service Status Details, where a monitored host  is being reported as "No Route to Host".<div><br></div><div>I can do remote plugin tests from the Nagios server to the monitored node without any problems, but referencing this page: <a href="http://www.troubleshootingwiki.org/Troubleshooting_Nagios_3.0">http://www.troubleshootingwiki.org/Troubleshooting_Nagios_3.0</a>  I see a paragraph about testing SSH key-exchange. </div><div><br></div><div>Nagios Server = 10.0.100.130</div><div>monitored node = 10.0.100.143</div><div><br></div><div>when I do an "ssh -vvvv 10.0.100.130" from the monitored node, it goes straight through, no login prompt. When the reverse is attempted: "ssh -vvvv 10.0.100.143" from Nagios box, I consistently get prompted for login. I was recommended to use DSA instead of RSA, but that made no difference. </div><div><br></div><div>I've appended the contents of both id_rsa.pub and id_dsa.pub to the "authorized_keys" (and "known_hosts") files the exact same way to and from each box respectively.  Of course my tests on 2 test systems worked perfectly, but I'm missing something with this setup.</div><div><br></div><div>Additionally, if I do an NRPE check from Nagios > monitored node, it completes successfully.</div><div><br></div><div><div><i>/usr/local/nagios/libexec/check_tcp -H 10.0.100.143 -p 5666</i></div><div><i>TCP OK - 0.000 second response time on port 5666|time=0.000361s;0.000000;0.000000;0.000000;10.000000</i></div></div><div><br></div><div><b>checking logs on monitored node:</b></div><div><br></div><div><div>grep nrpe  /var/log/messages</div><div><br></div><div><br></div><div>/var/log/messages:Nov 10 12:01:26 monitorednode xinetd[5672]: START: nrpe pid=8607 from=10.0.100.130</div><div>/var/log/messages:Nov 10 12:01:26 monitorednode nrpe[8607]: Error: Could not complete SSL handshake. 5 </div><div>/var/log/messages:Nov 10 12:01:26 monitorednode xinetd[5672]: EXIT: nrpe status=0 pid=8607 duration=0(sec)</div><div>/var/log/messages:Nov 10 12:03:29 monitorednode xinetd[5672]: START: nrpe pid=9220 from=10.0.100.130</div><div>/var/log/messages:Nov 10 12:03:29 monitorednode nrpe[9220]: <b>Error: Could not complete SSL handshake</b>. 5 </div><div>/var/log/messages:Nov 10 12:03:29 monitorednode xinetd[5672]: EXIT: nrpe status=0 pid=9220 duration=0(sec)</div></div><div><br></div><div>"Error could  not complete SSL handshake" seems to confirm my suspicions about the SSH key-exchange</div><div><br></div><div>i'm quite junior on this so I really appreciate everyones patience and thanks in advance</div></body></html>