PermitRootLogin=yes no longer lets root login

Damien Miller djm at mindrot.org
Thu Jan 30 10:25:14 EST 2003


Darren Tucker wrote:

> -       if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES)
> +       if (pw->pw_uid == 0 && options.permit_root_login !=

oops, my bad. Fixed.

-d





More information about the openssh-unix-dev mailing list