Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39F6D957.BD3A120B@redhat.com>
Date: Wed, 25 Oct 2000 15:00:07 +0200
From: Corinna Vinschen <vinschen@redhat.com>
Reply-To: cygwin <cygwin@sources.redhat.com>
X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.14-SMP i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: cygwin <cygwin@sources.redhat.com>
Subject: Re: sshd connection refused
References: <20001025123920.1846.cpmta@c014.sfo.cp.net> <39F6D7B0.7AFD58@redhat.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

BTW:

Did you change your sshd_config file so that password authentication
is permitted? By default, only RSA authentication is allowed.

RSA authentication is dependent of the file ~/.ssh/authorized_keys
which should contain all allowed public keys with which you or
others want to login. On the remote machine from which you login
you need the private key.

When, for some reason, the RSA authentication fails, sshd looks
if password authentication is allowed. If not, you get the
"permission denied" message and it's ok!

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

