| Summary: | reverse DNS lookups shouldn't block login | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Marc Bejarano <bugzilla.mindrot.org> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm, dtucker |
| Priority: | P5 | ||
| Version: | 6.6p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Marc Bejarano
2016-02-27 03:33:50 AEDT
We don't intend to fix this. With UseDNS=yes, we need the remote hostname fairly early in the connection life for sshd_config Match and authorized_keys restrictions, so doing the lookup asynchrounously wouldn't really help - we'd need to block at those points anyway until we get an answer. UseDNS=no is the default for this reason (among others). There's also a couple of system-level dependencies performing the login: - PAM_RHOST, if PAM is enabled. - writing remote hostname to utmp/wtmp records Close all resolved bugs after 7.3p1 release |