From owner-freebsd-questions Wed Aug 2 4: 8:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 604BA37B7E3 for ; Wed, 2 Aug 2000 04:08:32 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-250-79.netcologne.de [195.14.250.79]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id NAA22593; Wed, 2 Aug 2000 13:08:25 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e72B8LX01936; Wed, 2 Aug 2000 13:08:21 +0200 (CEST) Date: Wed, 2 Aug 2000 13:08:20 +0200 (CEST) From: Paul Herman To: David Daugherty Cc: questions@FreeBSD.ORG Subject: Re: rev DNS on SSh In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 1 Aug 2000, David Daugherty wrote: > How can I stop reverse dns on every ssh? I've looked in the /etc/ssh and > /etc/ssh2 and can't find any lines pertaining to this. What's the problem? This is a good thing (for security, anyway.) Maybe you have a modem that goes online when you don't want it to because of ssh-ing localy? Then I would either put the hosts in /etc/hosts or run a local nameserver for your private network. If you must, a skipping the "if" condition in /usr/src/crypto/openssh/canohost.c around line 74 would do what you want, but again, I can't imagine why you would want to change this behavior. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message