X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,HK_RANDOM_ENVFROM,KHOP_SPAMHAUS_DROP,SARE_FROM_CONS6S X-Spam-Check-By: sourceware.org MIME-Version: 1.0 From: Gyurmo Date: Sun, 7 Oct 2012 20:45:52 +0200 Message-ID: Subject: ssh Permanently added To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-O2-Trust: 2, 68 X-O2-SPF: neutral X-IsSubscribed: yes 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 Hello, I'd like to install ssh for win7-64x. I had got, but I afraid I left to do something for now installing. Please help me, what can I do for? [code]$ssh mine AT localhost The authenticity of host 'localhost (::1)' can't be established. ECDSA key fingerprint is ************************************. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. mine AT localhost's password: Connection to localhost closed by remote host. Connection to localhost closed.[/code] [code]$ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no mine AT localhost Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. mine AT localhost's password: Connection to localhost closed by remote host. Connection to localhost closed.[/code] -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple