ssh -G ?
ssh -G ?
Posted Mar 19, 2014 9:17 UTC (Wed) by The-Grue (guest, #96055)Parent article: 10,000 Linux servers hit by malware (ars technica)
$ ssh -G 2>&1 | grep -e illegal -e unknown > /dev/null && echo "System clean" || echo "System infected"
The man page as well as ssh --help doesn't mention '-G' and OpenSSHs ssh doesn't understand it. What am I missing?
Posted Mar 19, 2014 9:20 UTC (Wed)
by osma (subscriber, #6912)
[Link] (2 responses)
Posted Mar 19, 2014 9:26 UTC (Wed)
by The-Grue (guest, #96055)
[Link]
Posted Mar 19, 2014 12:32 UTC (Wed)
by redden0t8 (guest, #72783)
[Link]
ssh -G ?
ssh -G ?
ssh -G ?