Displaying 1 result from an estimated 1 matches for "tradermail".
2013 Jan 14
3
[Bug 2061] New: Request for PermitRootLogin to be enforced prior to credential check
...Product: Portable OpenSSH
Version: 6.1p1
Hardware: Other
OS: OpenBSD
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: vram at tradermail.info
Unless I am misreading the code, at present, when an attempt is made to
log in as "root", first the login attempt is authenticated. Only
afterwards is auth_root_allowed(...) called. Thus if someone wants to
try to login as root via ssh even when PermitRootLogin=no it is only
*afte...