On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh <[email protected]> wrote: > Since previous day i can connect to a other systems from my laptop via ssh, > but other laptop can not connect to mine. > > Below is the Error, that i've got when trying to connect my system from > others: > > [student@mercury ~]$ ssh [email protected] > ssh: connect to host 192.168.1.9 port 22: Connection refused
As root user (or sudo in *buntu) # netstat -nplt | egrep ":22" list the output of above also check if you have enabled any iptables (firewall) rules # iptables --list list the output of above. -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
