chkrootkit icon indicating copy to clipboard operation
chkrootkit copied to clipboard

* chkrootkit: Fix ssh -G Windigo test

Open rootkea opened this issue 5 years ago • 1 comments

rootkea avatar Jun 02 '19 12:06 rootkea

Why do we have $ssh without no assignment?
On my system echo $ssh prints nothing and this patch only works if I change $ssh by ssh.
Why $ssh and not ssh?

rootkea avatar Jun 02 '19 13:06 rootkea