From owner-cvs-ports@FreeBSD.ORG Thu Jan 20 09:35:09 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92CC3106566B; Thu, 20 Jan 2011 09:35:09 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id EC5CE8FC19; Thu, 20 Jan 2011 09:35:08 +0000 (UTC) Received: by qyk8 with SMTP id 8so1538616qyk.13 for ; Thu, 20 Jan 2011 01:35:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.189.20 with SMTP id dc20mr1490738qcb.231.1295514224162; Thu, 20 Jan 2011 01:03:44 -0800 (PST) Received: by 10.229.233.209 with HTTP; Thu, 20 Jan 2011 01:03:44 -0800 (PST) X-Originating-IP: [93.92.220.138] In-Reply-To: <20110120052814.GA34167@FreeBSD.org> References: <201101141732.p0EHWbAD020216@repoman.freebsd.org> <20110120052814.GA34167@FreeBSD.org> Date: Thu, 20 Jan 2011 15:03:44 +0600 Message-ID: From: Max Khon To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, 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-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2011 09:35:09 -0000 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. Max