delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/12/05/10:24:20

X-Recipient: archive-cygwin AT delorie DOT 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
:content-transfer-encoding; q=dns; s=default; b=umj/KMLIvMGHewHY
/1LwThBzMkbHP7D9RdGQ6wfOjPeHUtsiGetZPZeKH26JhmJF1IJ+RslyVQSWHQ0n
eTsWCKdE341E0dB9BfJ2ev/kJxPHl27D0CLUMjlFtMX0lYW+8D+sJbFWDwAhQx6g
AYGAZ0H/d6y6rtWJXB8jlvkegKI=
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
:content-transfer-encoding; s=default; bh=djDrRpgjtlEyhO4lXm4lL+
OD8qM=; b=O6NF280Xjzbd11wjuQF1Yr3Qw4Gx3TgundPRNn1F7+/bP/amzQo4nD
2ZlLp7GqRKrPCKAhjkz+/ISU4jL3ReKm2RuCFEi8/uCwG+QEvG/AgGiKMfRhp4j2
32wLWaTvtJWi289XJf6nqY4DSwi52SdtM2aMlVYql6thplmt11e8E=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-lb0-f178.google.com
MIME-Version: 1.0
X-Received: by 10.152.116.79 with SMTP id ju15mr3414022lab.84.1417793037990; Fri, 05 Dec 2014 07:23:57 -0800 (PST)
In-Reply-To: <01C542E7-8E34-456F-8181-0F34E13C7CB3@me.com>
References: <01C542E7-8E34-456F-8181-0F34E13C7CB3 AT me DOT com>
Date: Fri, 5 Dec 2014 23:23:57 +0800
Message-ID: <CAFMYRRNs5O3_8A8u8wwHu1TfY_8ingZRD6=rtTDGcyTm1Ypzig@mail.gmail.com>
Subject: Re: Cipher Issue while Connecting from AIX
From: Kevin Connor Arpe <kevinarpe AT gmail DOT com>
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id sB5FOGPC011937

I recommend you also try -vv and -vvv, which provide increasing levels
of debug output.  With past SSH problems, it has helped me.

From the man page of ssh:

     -v      Verbose mode.  Causes ssh to print debugging messages
about its progress.  This is
             helpful in debugging connection, authentication, and
configuration problems.  Mul‐
             tiple -v options increase the verbosity.  The maximum is 3.

On Thu, Dec 4, 2014 at 10:15 PM, Yair Zaretski <zaretski AT me DOT com> wrote:
> Hi All,
>
> I have an AIX machine which is trying to connect to an SSH server I’ve setup through Cygwin on a Win 2008 Server.
> The connection is unsuccessful due to unmatched key exchange algorithms.
>
> As far as I can tell, both the AIX machine and the Cygwin SSH server have at least a few SSH cipher algorithms in common.
> However, even setting a specific cipher on the AIX side (via "ssh -c cipher-type" command) does not work.
>
> Connection from any Linux server to the AIX and to the Cygwin SSH are successful.
> In addition, connecting from the Cygwin to the AIX is successful.
>
> I’d appreciate any help here.
> Please see below the output of “ssh -v windows-server” command on the AIX server:
>
> [aix-host] # ssh -v windows-server
> OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.6l 04 Nov 2003
> debug1: Reading configuration data /usr/local/etc/ssh_config
> debug1: Connecting to windows-server [windows-server-ip] port 22.
> debug1: Connection established.
> debug1: identity file /home/user/.ssh/identity type -1
> debug1: identity file /home/user/.ssh/id_rsa type 1
> debug1: identity file /home/user/.ssh/id_dsa type 2
> debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7
> debug1: match: OpenSSH_6.7 pat OpenSSH*
> debug1: Enabling compatibility mode for protocol 2.0
> debug1: Local version string SSH-2.0-OpenSSH_3.8p1
> debug1: SSH2_MSG_KEXINIT sent
> debug1: SSH2_MSG_KEXINIT received
> debug1: kex: server->client aes128-ctr hmac-sha1 none
> debug1: kex: client->server aes128-ctr hmac-sha1 none
> no kex alg
> [aix-host] #
>
> Thanks.
> Yair Zaretski
>
>
> --
> 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
>

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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright 2019   by DJ Delorie     Updated Jul 2019