Date: Sun, 06 Jun 1999 16:51:05 -0500 From: Brian McGroarty <brian@pobox.com> To: freebsd-questions@freebsd.org Subject: Installing & Using SSH Message-ID: <375AED49.16BD4CD7@pobox.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?375AED49.16BD4CD7>