X-Spam-Check-By: sourceware.org From: Markus =?iso-8859-15?q?Sch=F6nhaber?= Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: SSH: The authenticity of host XXX can't be established Date: Wed, 16 Aug 2006 15:51:11 +0200 User-Agent: KMail/1.9.1 References: <200608161521 DOT 21464 DOT mailing-cygwin AT schoenhaber DOT de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Disposition: inline Message-Id: <200608161551.11974.mailing-cygwin@schoenhaber.de> X-IsSubscribed: yes 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 Note-from-DJ: This may be spam Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k7GDpZRk015376 Kai Schlichting wrote: > Markus Schönhaber schrieb: > > Once again: ssh must be able to create /home/_Kai_/.ssh on the machine > > where you issue the ssh command, i. e. the Cygwin machine. Creating those > > files on the machine you want to connect to, won't help. > > That means i must have on my Windows machine /home/_Kai_/.ssh? It means that the home directory that is configured (in Cygwin) for your user account should exist. ssh will create the ".ssh" directory there - if it is able to do so. > How do i do that? mkdir /home/_Kai_ for example? Or you could change the entry for user _Kai_ in /etc/passwd so that the home directory points to something that already exists. Regards mks -- 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/