Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <5.0.0.25.0.20001201223455.02adc300@pop.bresnanlink.net> X-Sender: cabbey AT pop DOT bresnanlink DOT net X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Fri, 01 Dec 2000 22:43:41 -0600 To: cygwin AT sourceware DOT cygnus DOT com From: Chris Abbey Subject: Re: Problem with ssh-keygen.exe. In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed hey mo, check your field in /etc/passwd for proper alignment, on my box it's taking the sixth field verbatim and tacking on /.ssh/indentity ~$ grep cabbey /etc/passwd cabbey::500:513:,ntsid::/bin/sh so just running ssh-keygen produces the files in /.ssh/ maybe you've got an extra : or something that's confusing it? speaking of confusing, can anyone explain this neat trick of .ssh: ~ $ cd / / $ ls -lad .ssh ls: .ssh: No such file or directory / $ cd .ssh /.ssh $ ls identity identity.pub known_hosts /.ssh $ cd /cygdrive/d/cygwin/ /cygdrive/d/cygwin $ ls -lad .ssh drwxr-xr-x 2 cabbey None 0 Dec 1 22:29 .ssh /cygdrive/d/cygwin $ cd / / $ ls -lad .ssh ls: .ssh: No such file or directory / $ mount | grep cygwin D:\cygwin\bin /usr/bin system binmode D:\cygwin\lib /usr/lib system binmode D:\cygwin / system binmode / $ bizare, according to explorer D:\cygwin\.ssh\ is a normal directory, with no attributed. now the forces of openness have a powerful and unexpected new ally http://ibm.com/linux/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com