[Bug 383] PublicKeyAuthentication failure when rlogin set to false
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Aug 23 12:24:40 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=383
------- Additional Comments From dtucker at zip.com.au 2002-08-23 12:24 -------
Here's the reason from the log:
"Login restricted for root: 3004-306 Remote logins are not allowed for this
account."
What version are you upgrading from? All versions I checked back to 2.1.1p4
contained the following test in auth.c:
if (loginrestrictions(pw->pw_name, S_RLOGIN, NULL, &loginmsg) != 0) {
[snip]
log("Login restricted for %s: %.100s", pw->pw_name, loginmsg);
}
To me it seems to be working like it should: if you disable remote logins you
can't log in remotely.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list