This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cipher Issue while Connecting from AIX


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]