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:from:content-type:content-transfer-encoding :mime-version:subject:message-id:date:to; q=dns; s=default; b=Xg 6sPEiL9uQtZAq8JmhhJxr8yEC5b2obxDMgaAXZxVOcFJcSd4Dv/K8eKkO3jpQ3rU RLqf8A4rYu++TazhXtSp+QoxfpHFFZtWwe+/Rb3fZQpa9f7O3hVcnMxSws2H/0wt WGwh+e5DvurSWLt3t2qoVkILe5r95o/+8BH9CE6Tw= 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:from:content-type:content-transfer-encoding :mime-version:subject:message-id:date:to; s=default; bh=cSdlyj+4 4MBe467WV/X/UqTqjHs=; b=odA6P8IR1PSHHAm+Oy7XG5hwwqFJ1cISqf9pmE3m 40WSDtP5X345b1vrqAj4VRDYUfk0EwUf2y0slsea0WPVYvfl+b5n49bHtIi9SKEP I1sMvQDSvW6i6u0z2JYSRj4ve1V3I9xMYiEwb+B8ssd+3ZxWZSlKlRIxIHb7X2oh WzU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: nk11p03mm-asmtp002.mac.com X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2014-12-04_06:2014-12-04,2014-12-04,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1408290000 definitions=main-1412040133 From: Yair Zaretski Content-type: text/plain; charset=utf-8 X-Mao-Original-Outgoing-Id: 439395349.594786-75d68ad8e4d07a2de030555504219e99 MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Cipher Issue while Connecting from AIX Message-id: <01C542E7-8E34-456F-8181-0F34E13C7CB3@me.com> Date: Thu, 04 Dec 2014 16:15:50 +0200 To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id sB4EGD3A012748 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