From owner-freebsd-questions Sun Jun 6 14:47: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from milkymoo.newtoy.com (rm02-24-29-199-226.ce.mediaone.net [24.29.199.226]) by hub.freebsd.org (Postfix) with ESMTP id 0AD3B14CB8 for ; Sun, 6 Jun 1999 14:46:59 -0700 (PDT) (envelope-from brian@pobox.com) Received: from pobox.com (IDENT:snowfox@localhost [127.0.0.1]) by milkymoo.newtoy.com (8.9.3/8.9.3) with ESMTP id QAA00808 for ; Sun, 6 Jun 1999 16:51:06 -0500 Message-ID: <375AED49.16BD4CD7@pobox.com> Date: Sun, 06 Jun 1999 16:51:05 -0500 From: Brian McGroarty X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Installing & Using SSH Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I feel like I'm missing something obvious here. I'm just trying to install and test SSH with RSA encryption. I've done this: As root: 1) make & install ssh from ports. The public server key is made as part of the 'make install' process 2) add "AllowHosts localhost" to sshd_config 3) shutdown -r now As user: 4) ssh-keygen 5) cd ~/.ssh & cp identity.pub authorized_keys 6) ssh -v localhost I get: SSH Version 1.2.26 [i386--freebsd3.2], protocol version 1.5. Compiled with RSAREF. massiveattack.foobar.com: Reading configuration data /usr/local/etc/ssh_config massiveattack.foobar.com: ssh_connect: getuid 1000 geteuid 0 anon 0 massiveattack.foobar.com: Allocated local port 1015. massiveattack.foobar.com: Connecting to 127.0.0.1 port 22. massiveattack.foobar.com: Connection established. massiveattack.foobar.com: Remote protocol version 1.5, remote software version 1.2.26 massiveattack.foobar.com: Waiting for server public key. Sorry, you are not allowed to connect. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message