I suppose rpm -qa | grep libssh is returning a version greater or equal 0.6.4?
RHEL7.0 server output: # rpm -qa | grep libssh libssh-0.6.4-1.el7.x86_64 libssh2-1.4.3-8.el7.x86_64
Really weird issue. Unfortunately I have no subscribed RH 7 machine to actually test this stuff.
I¹m upgrading the RHEL7.0 server to 7.1 today. I¹ll test the client-server connections and let you know of the outcome.
On 5/12/15, 10:21 PM, "Mihai Moldovan" <ionic@ionic.de> wrote:
On 12.05.2015 11:02 PM, Real, Elizabeth (392K) wrote:
OSX client output:
printf "\n\n\n\n\n\n\n\n" | nc -w3 127.0.0.1 18935
SSH-2.0-OpenSSH_6.4 Protocol mismatch.
That means that the server is transferring its capabilities just fine.
Please check if you have enabled any proxy setting in the Session Settings. Especially an HTTP-type proxy.
No proxy settings enabled
Also, is Kerberos5/GSSAPI authentication turned on or off?
Kerberos5/GSSAPI is turned off
Okay, so we can probably rule that out, too...
That's awkward. Looks like libssh is doing something wrong in that case.
I suppose rpm -qa | grep libssh is returning a version greater or equal 0.6.4?
Really weird issue. Unfortunately I have no subscribed RH 7 machine to actually test this stuff.
Mihai