@@ -0,0 +1,10 @@
#!/usr/bin/sh
for x in `ps h -u ssh -o pid`
do
echo $x "=>"
grep ssh /proc/$x/status
if [ $? -eq 0 ]; then
echo $x
fi
done
The note is not visible to the blocked user.