From: Corinna Vinschen <corinna-cygwin at cygwin dot com>To: cygwin at cygwin dot comDate: Tue, 7 Sep 2004 15:00:47 +0200Subject: Re: ssh search identity in wrong directoryReferences: <[EMAIL PROTECTED]>Reply-to: cygwin at cygwin dot com
On Sep 7 13:31, [EMAIL PROTECTED] wrote: > Hi folks > > I have the problem that ssh does not search the identity file ins > $HOME/.ssh it looks in the directory which is found in the envionment > variable HOMESHARE. What is going wrong? How can I fix it? Nope, it looks in the directory found in your /etc/passwd entry. ssh never uses $HOME. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- I have a similar problem. $ ssh -v [EMAIL PROTECTED] OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006 debug1: Connecting to 172.20.11.200 [172.20.11.200] port 22. debug1: Connection established. debug1: identity file /cygdrive/u/.ssh/identity type -1 debug1: identity file /cygdrive/u/.ssh/id_rsa type -1 debug1: identity file /cygdrive/u/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_3.5p1 debug1: match: OpenSSH_3.5p1 pat OpenSSH_3.* ... How to make ssh to look for files at the /cygdrive/c/.ssh/ directory? How should I modify /etc/passwd? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- 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/