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: <411C71FF.4050605@freenet.de> Date: Fri, 13 Aug 2004 09:47:11 +0200 From: Claus-Thomas Buhl User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.4) Gecko/20030619 Netscape/7.1 (ax) MIME-Version: 1.0 To: cygwin AT sources DOT redhat DOT com Subject: Cygwin sshd started as service doesn't respect mount points Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I have installed Cygwin sshd as a service and these are the mount points of interest: D:\Programme\cygwin on / type system (binmode) E:\Benutzer\buhl on /home/buhl type system (binmode) Under /home/buhl/.ssh (that is E:\Benutzer\buhl\.ssh), I have setup my .ssh folder with my ssh keys. When I now try to do a `ssh localhost', sshd looks for my ssh keys in D:\Programme\cygwin\home\buhl\.ssh which means that sshd doesn't respect the mount point /home/buhl. I had to copy my .ssh folder from E:\Benutzer\buhl\.ssh to D:\Programme\cygwin\home\buhl\.ssh to make `ssh localhost' work which is obviously redundant and thus not easy to maintain. Regards, CTB -- 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/