X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=dY
	bh6pMPrvBnJs5VFD5vTjnwNQr5lpjjoKsnWJBFr+Vi12NduVpYeQrtu+Cngu5RL6
	dTQnZfMhijeDw49Fe77BW4jLiz7UljTYtVu5HScolMF6PUeZgQ+az6ssjBydPuLx
	X/MiXv5/Dkxl4BE/RMl0/5Z/RvyyEUqQkkG85juxU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=HGbuLS51
	btK4CtZ6k//7musF/CI=; b=b9NGKEpykY28sxUCnFS2OSqVpe1dV3T1rNinPtR0
	7d6frTYFlkeks+iI34jBKU8YH53Wmvzy+kAsUQ3YwQtETxVznds5KcZEpa0DgFY8
	i8qvf+4ak2yysg2oiiHDNGGIBzNutCzjNEalzg3pbQfUOSFq2yt+ilMwz2Idogry
	Z9c=
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
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1
MIME-Version: 1.0
X-Received: by 10.194.173.228 with SMTP id bn4mr29195838wjc.20.1366996585104; Fri, 26 Apr 2013 10:16:25 -0700 (PDT)
In-Reply-To: <517A3DC2.3070502@gmail.com>
References: <517A1C9C.6030702@gmail.com>	<517A1CCB.9000104@gmail.com>	<CAHaX4OVVMRa2DV9XF5z=VEqNuag0w8-OaZpyh1HOMmt9w98FMw@mail.gmail.com>	<517A3DC2.3070502@gmail.com>
Date: Fri, 26 Apr 2013 12:16:24 -0500
Message-ID: <CAHaX4OWROjT6NQc7D2ZOOHt6EfcStNOSOVrak-x7477RObxUUg@mail.gmail.com>
Subject: Re: can't connect to sshd on Vista
From: Rick McCombs AD5DU <rick.mccombs@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1

Rick McCombs@ATHLON3000 ~
$ ssh -v rick@192.168.1.65
OpenSSH_6.2p1, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 192.168.1.65 [192.168.1.65] port 22.
debug1: Connection established.
debug1: identity file /home/Rick McCombs/.ssh/id_rsa type 1
debug1: identity file /home/Rick McCombs/.ssh/id_rsa-cert type -1
debug1: identity file /home/Rick McCombs/.ssh/id_dsa type 2
debug1: identity file /home/Rick McCombs/.ssh/id_dsa-cert type -1
debug1: identity file /home/Rick McCombs/.ssh/id_ecdsa type 3
debug1: identity file /home/Rick McCombs/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.2
debug1: match: OpenSSH_6.2 pat OpenSSH*
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 44:b6:4e:6d:3a:dc:ea:ab:5e:11:7a:f9:96:b1:e2:1e
debug1: Host '192.168.1.65' is known and matches the ECDSA host key.
debug1: Found key in /home/Rick McCombs/.ssh/known_hosts:2
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/Rick McCombs/.ssh/id_rsa
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Offering DSA public key: /home/Rick McCombs/.ssh/id_dsa
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Offering ECDSA public key: /home/Rick McCombs/.ssh/id_ecdsa
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Next authentication method: password
rick@192.168.1.65's password:
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
Permission denied, please try again.
rick@192.168.1.65's password:
Received disconnect from 192.168.1.65: 2: Too many authentication
failures for rick

Rick McCombs@ATHLON3000 ~
$

On Fri, Apr 26, 2013 at 3:41 AM, marco atzeri <marco.atzeri@gmail.com> wrote:
> On 4/26/2013 9:36 AM, Rick McCombs AD5DU wrote:
>>
>> I don't see a way to get gmail to not include you email in the reply
>> other than manually deleting it.
>> (I think you guys are a little paranoid; spam is a fact of life.)
>
>
> trust us. That little change reduces the amount of span on your
> ( and our) box
>
>
>>
>> $ editrights -l -u cyg_server
>> SeAssignPrimaryTokenPrivilege
>> SeCreateTokenPrivilege
>> SeTcbPrivilege
>> SeServiceLogonRight
>> SeDenyRemoteInteractiveLogonRight
>
>
> this looks fine.
>
> Also cygcheck.out looks fine
>
> Anything on /var/log/sshd.log ?
>
> If you are able to connect locally to your user and
> does not work in other ways, than or is it a problem of security
> methods mismatch or some programs is interfering.
>
> Can you try  "ssh -v user@machine" from another PC ?
>
>
> Regards
> Marco
>
>
> --
> 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
>



-- 

Amateur Radio AD5DU.

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

