From owner-freebsd-stable@FreeBSD.ORG Wed Feb 11 22:03:56 2015 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A025DF6 for ; Wed, 11 Feb 2015 22:03:56 +0000 (UTC) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 0ACCC385 for ; Wed, 11 Feb 2015 22:03:55 +0000 (UTC) Received: from marvin.lab.vangyzen.net (c-24-125-214-90.hsd1.va.comcast.net [24.125.214.90]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 5A85E56467 for ; Wed, 11 Feb 2015 16:03:54 -0600 (CST) Message-ID: <54DBD1C2.4000108@vangyzen.net> Date: Wed, 11 Feb 2015 17:03:46 -0500 From: Eric van Gyzen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: stable@freebsd.org Subject: ssh known_hosts in 10.1 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 22:03:56 -0000 -stable: I just updated my workstation from 10.0 to 10.1. Now, ssh is prompting me to accept host keys that I accepted long ago. ssh is looking for the host key in known_hosts using the name given on the command line; it previously used the FQDN. ssh-keygen -F confirms that known_hosts has the same key for the FQDN. If I recall correctly, using the FQDN in known_hosts was a FreeBSD customization. Did this get dropped during the OpenSSH update? Thanks in advance. Eric