From owner-freebsd-security Sun Mar 11 16:51: 0 2001 Delivered-To: freebsd-security@freebsd.org Received: from daedalus.cs.brandeis.edu (daedalus.cs.brandeis.edu [129.64.3.179]) by hub.freebsd.org (Postfix) with ESMTP id AB1C037B718 for ; Sun, 11 Mar 2001 16:50:58 -0800 (PST) (envelope-from meshko@daedalus.cs.brandeis.edu) Received: from localhost (meshko@localhost) by daedalus.cs.brandeis.edu (8.9.3/8.9.3) with ESMTP id TAA00681 for ; Sun, 11 Mar 2001 19:50:53 -0500 Date: Sun, 11 Mar 2001 19:50:53 -0500 (EST) From: Mikhail Kruk To: Subject: ssh knownhosts ip vs domain name Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a machine which has a dynamic ip. I use dyndns.org dynamic DNS service, so when IP on that machine changes name.dyndns.org points to the new IP. So when I want to ssh to this box, I do ssh name.dyndns.org. However ssh doesn't put name.dyndns.org into the known_hosts file, but rather saves the new ip, which is obivousely not what I want. Is there any way to force it to check by domain name, not by ip? (I'm using OpenSSH_2.3.0p1) thanks mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message