Blob Blame History Raw
--- chkrootkit~	2016-06-20 09:34:06.000000000 -0500
+++ chkrootkit	2016-06-20 09:37:11.130105353 -0500
@@ -1141,7 +1141,7 @@
    ## SSJD Operation Windigo  (Linux/Ebury) 
    if [ "${QUIET}" != "t" ]; then
       printn "Searching for Linux/Ebury - Operation Windigo ssh... "; fi
-   if $ssh -G 2>&1 | grep -e illegal -e unknow > /dev/null; then 
+   if $ssh -H 2>&1 | grep -e illegal -e unknow > /dev/null; then 
       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
    else
          echo "Possible Linux/Ebury - Operation Windigo installetd"