From owner-freebsd-questions Fri Apr 9 14:38:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 6A58814CB0 for ; Fri, 9 Apr 1999 14:33:55 -0700 (PDT) (envelope-from lowell@world.std.com) Received: from world.std.com by europe.std.com (STD1.2/BZS-8-1.0) id OAA26632; Fri, 9 Apr 1999 14:46:37 -0400 (EDT) Received: by world.std.com (TheWorld/Spike-2.0) id AA15553; Fri, 9 Apr 1999 14:46:36 -0400 Date: Fri, 9 Apr 1999 14:46:36 -0400 Message-Id: <199904091846.AA15553@world.std.com> From: Lowell Gilbert To: cjclark@home.com Cc: freebsd-questions@freebsd.org In-Reply-To: <199904091615.MAA08195@cc942873-a.ewndsr1.nj.home.com> (cjc@cc942873-a.ewndsr1.nj.home.com) Subject: Re: Using ssh on Multiple Machines References: <199904091615.MAA08195@cc942873-a.ewndsr1.nj.home.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "Crist J. Clark" Date: Fri, 9 Apr 1999 12:15:52 -0400 (EDT) So, I have taken the 'identity.pub' file, put it on a floppy (or whatever), and then just do something like 'cat identity.pub > .ssh/authorized_keys' on a separate machine. Now, above it says, 'after this, the user can log in without giving the password,' but each time I invoke ssh between these machines I have to enter my passphrase. Why that happens (and whether it should happene at all) is not clear to me from the manpage. Since that is a heck of a lot more work to enter a passprhase than the remote user's password (or more often I make a typo in the passphrase), I often use the password for the user instead. Is there a difference? Why would I chose one over the other? Those are the kinds of things I have trouble with in the ssh manpages. As *I* said the first time, use the ssh-agent. Read its manpage. As the *ssh manpage* says, ssh-agent makes ssh logins much more convenient. Really. No kidding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message