From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:03:49 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 4CF4D16A402 for ; Fri, 13 Jul 2007 17:03:49 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 1F96E13C494 for ; Fri, 13 Jul 2007 17:03:49 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l6DH3jYU024464 for ; Fri, 13 Jul 2007 12:03:46 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 12:03:43 -0500 User-Agent: KMail/1.9.6 References: <200707131651.12198.lists-fbsd@shadypond.com> In-Reply-To: <200707131651.12198.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707131203.44119.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: 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 17:03:49 -0000 On Friday 13 July 2007 11:51:12 Pollywog wrote: > 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" i just scp the id file to my homedir on the destination computer. then i: cat id_rsa.pub >> .ssh/authorized_keys2 hth, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com