X-Spam-Check-By: sourceware.org Message-ID: <45707D48.CEBE3EAB@dessent.net> Date: Fri, 01 Dec 2006 11:06:48 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin cygwin Subject: Re: getting rcp or scp to work on a home wireless network References: <45707A20 DOT 4030305 AT bellsouth DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com "Charles D. Russell" wrote: > What is the easiest way to get rcp or scp working on a simple home > wireless LAN? I get: rcp is old, deprecated, and insecure. Don't waste your time with that one, *especially* on a wireless connection. > $ scp arctime cdr AT sony06:testfile > ssh: connect to host sony06 port 22: Connection refused This implies that you did not install the ssh daemon. You're knocking on port 22, so to speak, but nobody's home. > I have set up /etc/hosts, .rhosts, and .ssh/authorized_keys. Is > there something else to configure? Yes, of course. Make sure you've installed the openssh package, run ssh-host-config and ssh-user-config, and read /usr/share/doc/Cygwin/openssh.README if you have problems. > Simple Windows File Sharing works OK,. I don't follow how that is relevant at all. Unless you are mentioning it to show that connectivity exists, but ping would be a better indicator of that, I think. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/