From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 12:27:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DCE37B404 for ; Tue, 15 Jul 2003 12:27:50 -0700 (PDT) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D7243F93 for ; Tue, 15 Jul 2003 12:27:49 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by pop016.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030715192748.OUOF3199.pop016.verizon.net@mac.com>; Tue, 15 Jul 2003 14:27:48 -0500 Message-ID: <3F1455A8.8070802@mac.com> Date: Tue, 15 Jul 2003 15:27:36 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathon McKitrick References: <20030715184920.GA32652@dogma.freebsd-uk.eu.org> In-Reply-To: <20030715184920.GA32652@dogma.freebsd-uk.eu.org> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [141.149.47.46] at Tue, 15 Jul 2003 14:27:48 -0500 cc: freebsd-questions@freebsd.org Subject: Re: How do I create an identity file for scp?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 19:27:51 -0000 Jonathon McKitrick wrote: [ ... ] > How do I create the identity file that goes with the -i option so that I do > not have to enter my password each time? > > NOTE: Please CC me, as I am not currently subscribed. Thanks. Use ssh-keygen to generate an RSA or DSA keypair without using a password, and copy identity.pub, id_dsa.pub, or whatever to .ssh/authorized_keys on the remote host (the system being logged into). -- -Chuck