From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:51:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2174916A40E for ; Fri, 13 Jul 2007 16:51:17 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 00A2913C4B2 for ; Fri, 13 Jul 2007 16:51:16 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 3B9C67FD2 for ; Fri, 13 Jul 2007 12:51:15 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 5D70BB667C for ; Fri, 13 Jul 2007 16:51:13 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 16:51:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707131651.12198.lists-fbsd@shadypond.com> Subject: ssh-copy-id 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: Fri, 13 Jul 2007 16:51:17 -0000 Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package, what is the best way to copy a public key to an account on another host? Some Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in their OpenSSH packages.