Lines Matching refs:pout
2930 pout=`ps -p "$p" 2>/dev/null | grep -v '^[ ]*PID' | sed -e 's/-L.*$//' -e 's/-x .*$//'`2931 if echo "$pout" | grep "ssh" > /dev/null; then2932 if echo "$pout" | egrep -i 'ssh.*(-add|-agent|-ask|-keygen|-argv0|vnc)' >/dev/null; then2934 elif echo "$pout" | egrep -i 'scp|sshd' >/dev/null; then