From owner-cvs-all@FreeBSD.ORG Fri Jan 21 11:10:08 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 334F31065679; Fri, 21 Jan 2011 11:10:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id A07328FC22; Fri, 21 Jan 2011 11:10:07 +0000 (UTC) Received: from wiggles.bwns.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with SMTP id p0LBA4V7062702; Fri, 21 Jan 2011 12:10:06 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Fri, 21 Jan 2011 12:10:04 +0100 From: Emanuel Haupt To: Max Khon Message-Id: <20110121121004.96a03d9a.ehaupt@FreeBSD.org> In-Reply-To: References: <201101141732.p0EHWbAD020216@repoman.freebsd.org> <20110120052814.GA34167@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.22.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Alexey Dokuchaev , cvs-all@FreeBSD.org, Emanuel Haupt , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security Makefile ports/security/ssh-copy-id Makefile pkg-descr ports/security/ssh-copy-id/files ssh-copy-id ssh-copy-id.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 11:10:08 -0000 Max Khon wrote: > Alexey, > > 2011/1/20 Alexey Dokuchaev > > On Fri, Jan 14, 2011 at 05:32:37PM +0000, Emanuel Haupt wrote: > > > ehaupt 2011-01-14 17:32:37 UTC > > > > > > Modified files: > > > security Makefile > > > Added files: > > > security/ssh-copy-id Makefile pkg-descr > > > security/ssh-copy-id/files ssh-copy-id ssh-copy-id.1 > > > Log: > > > Add ssh-copy-id 5.6p1, small script which copy your ssh > > > public-key to a remote host; appending it to your remote > > > authorized_keys. > > > > What special functionality does this tool offer that goes beyond > > simple copying/appending the key bu hand to ratify having it in the > > ports? > > > > You need to enter password at least twice in order to place it to > remote host manually: for copying the public key (or do it via > clipboard) and for logging in in order to create .ssh directory (if > it is missing) and append the key. > > I ended up with having similar script. ssh-copy-id is part of many linux distros and various documentations. It's probably the best known script for that particular task (google for ssh-copy-id). It's simplicity is by no means a reason for not adding it to the tree. Emanuel