Openssh-portable
Jeremy Gransden
jeremy.gransden at gmail.com
Wed Mar 21 02:12:24 UTC 2007
On 3/20/07, Jeffrey Meyer <meyer37 at gmail.com> wrote:
>
> Hello all,
> I recently installed the port openssh-portable. Since then I receive the
> following when attempting to ssh into the box:
>
> Permission denied (publickey).
>
> I believe that I am getting this because sshd is attempting to use public
> key authentication, but I don't want to use this at this point. I am not
> sure what to do to be able to ssh into this box. Any help would be greatly
> appreciated.
>
> Jeff
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>
Are you trying to use PasswordAuthentication? if so you need to enable it in
/etc/ssh/sshd_config and restart sshd.
see man sshd_config for details.
thanks,
jeremy
More information about the freebsd-questions
mailing list