I read about an SSH vulnerability on the Devuan forum:
And I tried the test on FreeBSD too:
And I got:
?
Should we be concerned?
?
And I tried the test on FreeBSD too:
Code:
ssh -G 2>&1 | grep -e illegal -e unknown > /dev/null && echo "System clean" || echo "System infected"
And I got:
Code:
System infected
?
Should we be concerned?
?