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 [EMAIL PROTECTED]
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

Reply via email to