Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

OpenSSH MacOSX bug? (invalid name was supplied)

Subject: OpenSSH MacOSX bug? (invalid name was supplied)
Date: Fri, 2 Mar 2007 16:08:05 +0000

Hello,

I am using MacOSX client

  Client Version: OpenSSH_4.2p1, OpenSSL 0.9.7l 28 Sep 2006

connecting to either debian or Ubuntu OpenSSH server...

  Server Version:
  OpenSSH_4.3p2 Debian-8, OpenSSL 0.9.8c 05 Sep 2006

Everything works fine if connecting from MacOSX to internet
hosts, but any hosts (eg Debian Etch server) on my local LAN
which uses private IP space (192.168.1.x) fails with client
error:

  debug1: An invalid name was supplied
  Cannot determine realm for numeric host address

(full debug below)
On the server end, it just says timeout before authentiction.

I have turned off UseDNS on the server, but it makes no difference.
It seems to be a bug in the OpenSSH client on MacOSX that has
been introduced recently. It only affects MacOSX client, and
only when connecting to private IP space addresses.

Has anyone seen this ebfore, and found a solution?
Do I need to recompile my own version of OpenSSH on MacOSX?

Paul


Mac-G4:~ paul$ ssh -v paul@192.168.1.12
OpenSSH_4.2p1, OpenSSL 0.9.7l 28 Sep 2006
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.12 [192.168.1.12] port 22.
debug1: Connection established.
debug1: identity file /Users/paul/.ssh/identity type -1
debug1: identity file /Users/paul/.ssh/id_rsa type -1
debug1: identity file /Users/paul/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2
Debian-8
debug1: match: OpenSSH_4.3p2 Debian-8 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
A parameter was malformed
Validation error

<Prev in Thread] Current Thread [Next in Thread>
  • OpenSSH MacOSX bug? (invalid name was supplied), Paul Reilly <=