<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2">    Here's the scenario:<br><br>user John can connect via ssh to
SONICSERVER using oracle user without authentication. To verify, i run
this command and encountered no problem:<br><br>ssh -i /home/John/.ssh/id_rsa oracle@SONICSERVER w<br><br>and the commands run properly.<br><br>But when i tried this command: <br><br>[John@SONICSERVER ~]$ /usr/local/nagios/libexec/check_by_ssh -H SONICSERVER -i /home/John/.ssh/id_rsa \<br> -C "/usr/local/nagios/libexec/check_disk -w 10% -c 5% -e -m" -l oracle<br><br>It says: <br><br>CRITICAL - Plugin timed out while executing system call<br><br></font><font size="2">By the way, I also tried :<br><br>/usr/local/nagios/libexec/check_by_ssh -H
SONICSERVER -i /home/oracle/.ssh/authorized_keys -C
'/usr/local/nagios/libexec/check_swap -w 50% -c 10%' -l oracle<br><br>but encounter the same error: <br><br>CRITICAL - Plugin timed out while executing system call<br><br></font><font size="2">Is there something wrong in the command??? Plugins was own by nagios but i set permission that John can execute it as well.<br>
<br>
</font><font size="2">I just notice that most people that uses nagios monitoring via ssh uses
dsa not rsa. Is there a diffrence between dsa and
rsa when using it to nagios??</font><br><font size="2"><br><br></font></div></body></html>