From owner-freebsd-questions Sat May 26 22:45:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id 3D95E37B423 for ; Sat, 26 May 2001 22:45:35 -0700 (PDT) (envelope-from sky_tracker@yahoo.com) Received: from hse-toronto-ppp3490137.sympatico.ca (HELO d.tracker) (65.92.118.180) by smtp.mail.vip.sc5.yahoo.com with SMTP; 27 May 2001 05:45:34 -0000 X-Apparently-From: Received: (from david@localhost) by d.tracker (8.11.3/8.11.3) id f4R6jIN03181 for questions@freebsd.org; Sun, 27 May 2001 06:45:18 GMT (envelope-from david) Date: Sun, 27 May 2001 01:45:17 -0500 From: David Banning To: questions@freebsd.org Subject: SSH password ssh-keygen question Message-ID: <20010527014517.A3092@yahoo.com> Reply-To: David Banning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have been trying to use SSH and am trying to figure this out. I used ssh-keygen and it returned; e5:c2:4e:b0:19:20:89:68:08:af:bd:b5:7b:ff:1c:b4 david@d.tracker It asks me for a passphrase which I enter Then it gives me passphrase, saves the public key and gives me a "fingerprint" I went to ~./.ssh and did a; cp identity.pub authorized_keys like the man pages says. Now I try to login; bash-2.03$ ssh localhost david@localhost's password: Connection to localhost closed by remote host. Connection to localhost closed. bash-2.03$ Now is the password it asks for, my system password or the passphrase from above? is the fingerprint what the man page calls my private key? If so, does it include the david@d.tracker at the end? I also tried "ssh d.tracker" bash-2.03$ ssh d.tracker Secure connection to d.tracker refused. bash-2.03$ Any idea where to go from here? _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message