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 Date: Thu, 18 Jul 2002 15:20:50 +1000 (EST) From: luke DOT kendall AT cisra DOT canon DOT com DOT au Subject: $HOME and ssh? To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Message-Id: <20020718051858.A53918B11@bellmann.research.canon.com.au> All the documentation for ssh says that it uses $HOME/.ssh by default to find then user's keys etc. For me, HOME is /cygdrive/d/home/luke, but ssh *always* complains about being unable to create the directory /home/luke. This strongly suggests that ssh is *not* doing a getenv(HOME). Anyway, it turns out that there was no /home directory under /cygdrive/d, so I created one, then did a: mount d:\\home /home and things behaved more sensibly. I don't understand why there was no /home. Probably related to the fact that there have been several older Cygwin installs. luke -- 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/