Hi, --- On Wed, Aug 26, 2009 at 10:54 PM, naga raja<[email protected]> wrote: | $scp filename usern...@inetaddr: /path | but when i execute the command it shows | ssh: connection refused | lost connection \--
On inetaddr, check: 1. If sshd daemon is running. You can check this using: $ ps -ae | grep ssh 2. Check if your firewall is blocking any SSH connections from output of: # iptables -L 3. Also check selinux status: $ sestatus SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
