X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <4AB96384.3080802@gmail.com>
Date: Wed, 23 Sep 2009 00:53:40 +0100
From: Dave Korn <dave.korn.cygwin@googlemail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Permission denied (publickey,password,keyboard-interactive).
References: <1253654636.345.ezmlm@cygwin.com> <583331.35165.qm@web33505.mail.mud.yahoo.com>
In-Reply-To: <583331.35165.qm@web33505.mail.mud.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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

Dave M wrote:
> Hi!
> 
>   I am following this:
> http://pigtail.net/LRP/printsrv/cygwin-sshd.html

  All but the part about not asking questions here if their non-standard
instructions don't work for you!  Heh, moving swiftly along there ...

>   And I am to the part where I am testing ssh with the following command:
> $ ssh localhost -l test@localhost
> Test is a local account and a member of the local admin group.

  I think the one localhost is enough and the -l option should have the name
only shouldn't it?  So try either

    ssh localhost -l test

or

    ssh test@localhost

but don't try adding a host part to the -l argument.  I think that'll do it.

    cheers,
      DaveK

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

