On Wed, Mar 22, 2006 at 11:30:47PM -0500, Jerry Geis wrote: > I had trouble with the update to 4.3. > > /usr/sbin/sshd -d -D is telling me some other process is > using port 22 and cant bind to it. > > How do I tell what program that is and stop it? # netstat -tupan | grep 22 Ray