Date: Thu, 26 Feb 2009 23:48:40 -0800 From: prad <prad@towardsfreedom.com> To: freebsd-questions@freebsd.org <freebsd-questions@freebsd.org> Subject: sshd_config and rsa on freebsd 4.4 Message-ID: <20090226234840.7f87fd6b@gom.home>
next in thread | raw e-mail | index | archive | help
on fbsd7 getting in with rsa is easy: RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys but on fbsd4.4 PubkeyAuthentication and AuthorizedKeysFile don't exist and you get a bad configuration option error. but if you don't have those there, you get the password prompt because of PasswordAuthentication yes (and if you say no here you don't get in at all) so how did they do it back then? how did they get in using .ssh/authorized_keys?? -- In friendship, prad ... with you on your journey Towards Freedom http://www.towardsfreedom.com (website) Information, Inspiration, Imagination - truly a site for soaring I's
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090226234840.7f87fd6b>