Index: check_ssh =================================================================== RCS file: /cvsroot/tiger/tiger/scripts/check_ssh,v retrieving revision 1.2 diff -u -p -r1.2 check_ssh --- check_ssh 3 Sep 2003 21:54:55 -0000 1.2 +++ check_ssh 16 Sep 2003 04:20:23 -0000 @@ -186,7 +186,7 @@ elif [ -f /etc/ssh2/sshd2_config ]; then SSHD_CONFIG=/etc/ssh2/sshd2_config elif [ -f /etc/ssh/sshd_config ]; then SSHD_CONFIG=/etc/ssh/sshd_config -if +fi } # Main loop, check all the specified sshd_config files.