Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <5.2.1.1.2.20030409081337.00ff6190@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Wed, 09 Apr 2003 08:13:54 -0700 To: cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: Can't get authorized_keys to work Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed David, The "file" command also identifies DOS vs. Unix text format. It even knows Mac-style. I doesn't use those names, but it does distinguish them all: % file test* test.txt: ASCII text, with CRLF line terminators test-txt: ASCII text test[TEXT]: ASCII text, with CR line terminators Randall Schulz At 21:30 2003-04-08, you wrote: >Neil Aggarwal wrote April 08, 2003 5:55 PM: > > I am trying to use cygwin to set-up an authorized_keys file > > on my server to allow me to automatically login without a > > password. > > > > My client machine is Windows 2000 Professional and the server > > is RedHat Linux 7.3. > >Have you checked line endings? e.g. Cygwin might have created the file >with CR-LF, but Linux wants LF. Use "od" (octal dump) to examine the >file. Use "dos2unix" to convert line endings. > > >HTH, > >David Randy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/