Health script version 0.009 released

By | April 17, 2007

Thanks to Nick Rosenberg for helping refine some of the commands.

– Edited the gathering of PermitRootLogin to ignore comments
- Edited my_ntp_server to use sed

One thought on “Health script version 0.009 released

  1. Nick Rosenberg

    Hi, I think your copy/paste messed up slightly as it has put quotes as full stops in the script.

    Should read:
    my_ntp_server=`grep ^server /etc/ntp.conf|sed -e “s/^server *//”`
    my_ssh_rootlogin=`grep PermitRootLogin /etc/ssh/sshd_config | grep -v “#”`

    Thanks

    Nick

Leave a Reply

Your email address will not be published. Required fields are marked *