X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47007A91.9E829D3C@dessent.net> Date: Sun, 30 Sep 2007 21:41:53 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Home directory References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Gmane User wrote: > If I were make c:/cygwin/home/UserName my home directory, what is the best way? > Ssh only considers /etc/passwd, so it seems best to manually set it there, > though I'd have to manually fix it each time I recreate it. It still seems to > be the best way, but opinions are welcome on "good practice". Well you already said it -- sshd only considers the entry in passwd so that's pretty much the only option if you plan to connect remotely. However, you should use a POSIX path like /home/UserName not c:/whatever. Brian -- 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/