X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-4.1 required=5.0	tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Andrew DeFaria <Andrew@DeFaria.com>
Subject: Re: ssh Permanently added
Date: Sun, 07 Oct 2012 19:24:49 -0700
Lines: 48
Message-ID: <k4tdhh$tp9$1@ger.gmane.org>
References: <CA+zRRSqdfrVB9TA11AeAKgdzYrJ3v0axeDV4Vtp6M6ibRWNTUQ@mail.gmail.com> <5072185A.1030504@cs.umass.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121005 Thunderbird/16.0
In-Reply-To: <5072185A.1030504@cs.umass.edu>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 10/07/2012 05:03 PM, Eliot Moss wrote:
> On 10/7/2012 2:45 PM, Gyurmo wrote:
>> 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@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@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@localhost
>> Warning: Permanently added 'localhost' (ECDSA) to the list of known 
>> hosts.
>> mine@localhost's password:
>> Connection to localhost closed by remote host.
>> Connection to localhost closed.[/code]
>
> It is normal behavior for ssh to cache, in a known-hosts-file,
> the public ssh keys of hosts that you have said are ok.  This
> has nothing to do with cygwin.  Any new host you ssh to will
> induce the interchange you saw, and setting the known hosts
> file to /dev/null will just make it ask every time.
>
> It doesn't really know localhost from any other host in this
> regard.
>
> Hope this helps you understand what is happening and that it is
> perfectly normal AFAIK.
>
> Regards -- Eliot Moss
>
You might try starting sshd on your local host with "net start sshd". If 
it says it doesn't know about any sshd service then chances are you 
didn't install it as a service and need to run ssh-host-config.
-- 
Andrew DeFaria <http://defaria.com>
Why are people willing to get off their ass to search the entire room 
for the TV remote because they refuse to walk to the TV and change the 
channel manually?


--
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

