From owner-freebsd-questions@FreeBSD.ORG Mon Feb 27 18:21:08 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFA911065672 for ; Mon, 27 Feb 2012 18:21:08 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8C98FC12 for ; Mon, 27 Feb 2012 18:21:07 +0000 (UTC) Received: by werl4 with SMTP id l4so994081wer.13 for ; Mon, 27 Feb 2012 10:21:07 -0800 (PST) Received-SPF: pass (google.com: domain of ml@my.gd designates 10.180.107.6 as permitted sender) client-ip=10.180.107.6; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ml@my.gd designates 10.180.107.6 as permitted sender) smtp.mail=ml@my.gd Received: from mr.google.com ([10.180.107.6]) by 10.180.107.6 with SMTP id gy6mr12846439wib.16.1330366867187 (num_hops = 1); Mon, 27 Feb 2012 10:21:07 -0800 (PST) Received: by 10.180.107.6 with SMTP id gy6mr10081482wib.16.1330366867132; Mon, 27 Feb 2012 10:21:07 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id k6sm8682861wiy.7.2012.02.27.10.21.05 (version=SSLv3 cipher=OTHER); Mon, 27 Feb 2012 10:21:05 -0800 (PST) Message-ID: <4F4BC990.7050100@my.gd> Date: Mon, 27 Feb 2012 19:21:04 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Adam Vande More , "freebsd-questions@FreeBSD.org" References: <4F4BB539.7030103@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlM7mk0IrMSGC/kF2AloLTksIZedASBWuSUzi/Djc5EA5d0iGJtVpElDkgQKI4fDC/7IV/u Cc: Subject: Re: Cloning a FreeBSD system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 18:21:08 -0000 On 2/27/12 7:05 PM, Adam Vande More wrote: > On Mon, Feb 27, 2012 at 10:54 AM, Stephen Cook wrote: > >> 3) Create new SSH keys >> 3a) For host keys, I can delete the existing ones in /etc/ssh/ and >> reboot, is there a better way? >> > > ssh-keygen(1) is the typical method. > Or just delete the existing keys and sshd will recreate them at first boot ;)