From owner-ssh@clinet.fi  Tue May 29 01:42:29 2001
Received: from smtp1.clinet.fi (smtp1.clinet.fi [194.100.2.57])
	by hutcs.cs.hut.fi (8.9.3/8.9.3) with ESMTP id BAA13373
	for <ssh-archiver@cs.hut.fi>; Tue, 29 May 2001 01:42:29 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id C948920D49; Tue, 29 May 2001 01:42:28 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id BAA16982
	for ssh-outgoing; Tue, 29 May 2001 01:25:26 +0300
Received: from cybercebu.com ([203.148.68.2])
	by mail.clinet.fi (8.9.3/8.9.3) with ESMTP id BAA16975
	for <ssh@clinet.fi>; Tue, 29 May 2001 01:25:19 +0300
Received: from mail.cybercebu.com (marlene.cybercebu.com [203.148.68.2])
	by cybercebu.com (8.11.3/8.11.3) with ESMTP id f4SMQaW09276
	for <ssh@clinet.fi>; Tue, 29 May 2001 06:26:36 +0800
Date: Tue, 29 May 2001 06:26:35 +0800 (PHT)
From: "Julius C. Duque" <jcduque@cybercebu.com>
To: ssh@clinet.fi
Subject: Re: Really Stuch: ssh username@domain.com fails, but ssh
 username@hardcodedip does work
In-Reply-To: <20010528073532.01216F7097@digisolutions.com>
Message-ID: <Pine.LNX.4.21.0105290616550.9082-100000@marlene.cybercebu.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-ssh@clinet.fi
Precedence: bulk

On Mon, 28 May 2001, Spencer A Marks wrote:

[snipped]

> I can connect from the client to the server using te actually ip
> 
> e.g.
> 
> foo@65.96.149.6
> 
> but when I try using the domain name I get:
> 

[snipped]

> debug1: Trying again...
> Secure connection to digisolutions.com refused.
>
> I can successfully contact to other servers using the domain name.

If IP addresses work but domain names don't, it's most likely DNS-related
problem. Check if your server can resolve the address of your client.
Try something like:

	dig problem-client.digisolutions.com

Or, you can edit /etc/hosts (on the server) and put in there the name
and ip address of the problem client.

--
Under capitalism, man exploits man.
Under communism, it's just the opposite.
                -- J.K. Galbraith

